Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Min Min <[email protected]>
  • Loading branch information
jamsman94 committed Jan 22, 2025
1 parent 83d7d30 commit d4219ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1111,11 +1111,11 @@ func RevertWorkflowTaskV4Job(workflowName, jobName string, taskID int64, input i
return fmt.Errorf("failed to decode nacos job spec, error: %s", err)
}
inputSpec := make([]*commonmodels.NacosData, 0)

if err := commonmodels.IToi(input, inputSpec); err != nil {
log.Errorf("failed to decode nacos revert input spec, error: %s", err)
return fmt.Errorf("failed to decode nacos revert input spec, error: %s", err)
}
log.Infof("input spec length is: %d", len(inputSpec))

err = revertNacosJob(jobTaskSpec, inputSpec)
if err != nil {
Expand Down

0 comments on commit d4219ea

Please sign in to comment.