Skip to content

Commit 7c74532

Browse files
CK-7vncarddev81
authored andcommitted
fix: remove break
1 parent 3eba737 commit 7c74532

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/src/database/class_enrollments.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ func (db *DB) CheckSchedulingConflicts(classID int, userIDs []int) ([]models.Con
435435
ConflictEnd: end,
436436
Reason: fmt.Sprintf("Conflict with class: %s", enrollment.Class.Name),
437437
})
438-
break
439438
}
440439
}
441440
}

0 commit comments

Comments
 (0)