Merge remote-tracking branch 'origin/dev' into feature/session-persistence-new

This commit is contained in:
2026-03-18 12:28:39 +05:30
113 changed files with 5624 additions and 1683 deletions

View File

@@ -432,9 +432,9 @@ class ShiftsConnectorRepositoryImpl implements ShiftsConnectorRepository {
.dayEnd(_service.toTimestamp(dayEndUtc))
.execute();
if (validationResponse.data.applications.isNotEmpty) {
throw Exception('The user already has a shift that day.');
}
// if (validationResponse.data.applications.isNotEmpty) {
// throw Exception('The user already has a shift that day.');
// }
}
// Check for existing application