1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-04-20 00:34:36 +00:00

fix(remote_judger/loj): waiting status

This commit is contained in:
Baoshuo Ren 2023-01-29 21:57:51 +08:00
parent 7c30908cf2
commit 7b6354706a
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -271,6 +271,12 @@ export default class LibreojProvider implements IBasicProvider {
if (error) continue;
if (!body.progress) {
await next({ status: 'Waiting for Remote Judge' });
continue;
}
await next({
status: `${body.progress.progressType}`,
});