feat: Enhance background geofence functionality with notifications and localization support
This commit is contained in:
@@ -428,9 +428,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
|
||||
|
||||
Reference in New Issue
Block a user