mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 06:58:41 +00:00
fix(remote_judger/loj): judge progress status report
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a7a18ad0fb
commit
c9158e9721
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user