1
0
mirror of https://github.com/renbaoshuo/UOJ-Luogu-RemoteJudge.git synced 2024-09-19 00:45:28 +00:00

chore: update waiting status

This commit is contained in:
Baoshuo Ren 2023-03-25 16:41:17 +08:00 committed by GitHub
parent e8e9ec8301
commit 306cfd77c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,7 @@ export default class Luogu {
const data = result.body.data; const data = result.body.data;
if (result.status == 204) { if (result.status == 204) {
await next({ status: '[Luogu] Judging' }); await next({ status: '[Luogu] Waiting' });
continue; continue;
} }