Skip to content

Commit 536a116

Browse files
committed
fix: change housekeeper units comment to FIXME instead of TODO
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
1 parent 5cae21b commit 536a116

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

services/centrum/housekeeper/units.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ func (s *Housekeeper) checkUnitUsers(ctx context.Context) error {
226226
zap.Any("mapping", userUnit),
227227
)
228228

229-
// TODO this isn't working as intended at the moment..
229+
// FIXME this isn't working as intended at the moment..
230230
/*
231231
// Unset unit id for user when user is not in any unit
232232
if err := s.tracker.UnsetUnitIDForUser(ctx, userId); err != nil {

services/documents/approval.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,7 @@ func (s *Server) createApprovalTasks(
887887
tApprovalTasks.CreatorID,
888888
tApprovalTasks.CreatorJob,
889889
)
890+
890891
for slot := have.C + 1; slot <= slots; slot++ {
891892
ins = ins.VALUES(
892893
documentId,

0 commit comments

Comments
 (0)