close state_groups_state delete channel

This commit is contained in:
forest 2023-01-09 11:41:46 -06:00
parent 757b27a6d9
commit 9ed9154baa

View file

@ -200,6 +200,7 @@ func (model *DBModel) DeleteStateGroupsState(stateGroupIds []int64, startAt int)
Errors: errorCount,
}
}
close(toReturn)
}(stateGroupIds, startAt, toReturn)
return toReturn