- Updated dependencies versions.
- Made EventService handle errors again.
This commit is contained in:
@@ -318,9 +318,6 @@ public partial class EventService : IEventService
|
||||
{
|
||||
results.WithError(new ExceptionalError(e));
|
||||
_loggerService.LogError(e.Message);
|
||||
#if DEBUG
|
||||
throw;
|
||||
#endif
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user