Merge remote-tracking branch 'origin/master'

This commit is contained in:
Hao Miao
2024-01-23 12:17:30 +08:00
13 changed files with 202 additions and 17 deletions

View File

@@ -48,7 +48,6 @@ public class StateHandler {
}
protected Boolean handleResume(CommandService commandService, Long taskId) {
commandService.startCommandsByTaskId(taskId);
return true;
}