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

This commit is contained in:
Baoshuo Ren 2023-01-29 15:14:06 +08:00
parent a7a18ad0fb
commit c9158e9721
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -270,7 +270,7 @@ export default class LibreojProvider implements IBasicProvider {
if (body.progress.progressType !== 'Finished') {
await next({
status: `${body.progress.progressType}: ${body.progress.status}`,
status: `${body.progress.progressType}`,
});
continue;