We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cae21b commit 536a116Copy full SHA for 536a116
services/centrum/housekeeper/units.go
@@ -226,7 +226,7 @@ func (s *Housekeeper) checkUnitUsers(ctx context.Context) error {
226
zap.Any("mapping", userUnit),
227
)
228
229
- // TODO this isn't working as intended at the moment..
+ // FIXME this isn't working as intended at the moment..
230
/*
231
// Unset unit id for user when user is not in any unit
232
if err := s.tracker.UnsetUnitIDForUser(ctx, userId); err != nil {
services/documents/approval.go
@@ -887,6 +887,7 @@ func (s *Server) createApprovalTasks(
887
tApprovalTasks.CreatorID,
888
tApprovalTasks.CreatorJob,
889
890
+
891
for slot := have.C + 1; slot <= slots; slot++ {
892
ins = ins.VALUES(
893
documentId,
0 commit comments