fix(remote_judger/loj): waiting status
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

@ -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}`,
});