Skip to content

Commit

Permalink
bug fix nodata (ccfos#157)
Browse files Browse the repository at this point in the history
* bug fix nodata
  • Loading branch information
lts120784620 authored May 26, 2020
1 parent 36e000b commit 4b21874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/judge/judge/nodata.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func nodataJudge() {
nodataJob.Acquire()
go AsyncJudge(nodataJob, stra, stra.Exprs, []*dataobj.HistoryData{}, judgeItem, now, []dataobj.History{}, "", "", "", []bool{})
}
return
continue
}

for _, data := range respData {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/monapi/cron/event_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func popEvent(queues []interface{}) (*model.Event, bool) {

groups, err := json.Marshal(stra.NotifyGroup)
if err != nil {
logger.Errorf("users marshal failed, err: %v, event: %+v", err, event)
logger.Errorf("groups marshal failed, err: %v, event: %+v", err, event)
return nil, false
}

Expand Down

0 comments on commit 4b21874

Please sign in to comment.