- Updated dependencies versions.

- Made EventService handle errors again.
This commit is contained in:
MapleWheels
2026-02-11 15:16:04 -05:00
parent 948b7c48c5
commit 59584fefc1
2 changed files with 2 additions and 5 deletions
@@ -318,9 +318,6 @@ public partial class EventService : IEventService
{
results.WithError(new ExceptionalError(e));
_loggerService.LogError(e.Message);
#if DEBUG
throw;
#endif
continue;
}
}