fix openssl
All checks were successful
Build and Test / account (push) Successful in 8m0s

This commit is contained in:
Maple Nebel 2026-05-02 13:42:03 +02:00
commit 8d6a90df79
4 changed files with 11 additions and 7 deletions

View file

@ -57,8 +57,6 @@ pub async fn get_service_token(pool: &State<Pool>, auth: Auth<true, false>) -> R
let token = create_token(pool, auth.pid, NEX_TOKEN, None).await;
Ok(
Xml(
ServiceToken{
@ -114,4 +112,4 @@ pub async fn get_nex_token(pool: &State<Pool>, auth: Auth<true, false>, game_ser
}
)
)
}
}