mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 13:38:41 +00:00
fix(remote_judger/uoj): account type
This commit is contained in:
parent
e768c0ea05
commit
7bc11120b9
@ -83,7 +83,7 @@ export function getAccountInfoFromEnv(): RemoteAccount | null {
|
||||
if (!UOJ_HANDLE || !UOJ_PASSWORD) return null;
|
||||
|
||||
const account: RemoteAccount = {
|
||||
type: 'codeforces',
|
||||
type: 'uoj',
|
||||
handle: UOJ_HANDLE,
|
||||
password: UOJ_PASSWORD,
|
||||
endpoint: UOJ_ENDPOINT,
|
||||
|
Loading…
Reference in New Issue
Block a user