1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-12 20:07:02 +00:00

fix(remote_judger/loj): judge progress status report

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

@ -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;