mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 14:08:42 +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;
|
if (!UOJ_HANDLE || !UOJ_PASSWORD) return null;
|
||||||
|
|
||||||
const account: RemoteAccount = {
|
const account: RemoteAccount = {
|
||||||
type: 'codeforces',
|
type: 'uoj',
|
||||||
handle: UOJ_HANDLE,
|
handle: UOJ_HANDLE,
|
||||||
password: UOJ_PASSWORD,
|
password: UOJ_PASSWORD,
|
||||||
endpoint: UOJ_ENDPOINT,
|
endpoint: UOJ_ENDPOINT,
|
||||||
|
Loading…
Reference in New Issue
Block a user