We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099f8ea commit b28f8d3Copy full SHA for b28f8d3
lib/src/registry/data_operation_registry.dart
@@ -333,7 +333,9 @@ class DataOperationRegistry {
333
_log.warning(
334
'User ${authenticatedUser.id} attempted to create a second engagement for entity ${engagementToCreate.entityId}.',
335
);
336
- throw const ConflictException('An engagement for this item already exists.');
+ throw const ConflictException(
337
+ 'An engagement for this item already exists.',
338
+ );
339
}
340
341
// Limit Check: Delegate to the centralized service.
0 commit comments