1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-28 23:04:50 -05:00

Fix Events Startup (#5352)

This commit is contained in:
Justin Baur 2025-01-30 13:59:58 -05:00 committed by GitHub
parent 5efd68cf51
commit ab0cab2072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -259,7 +259,7 @@ public class GlobalSettings : IGlobalSettings
public class EventLoggingSettings
{
public RabbitMqSettings RabbitMq { get; set; }
public RabbitMqSettings RabbitMq { get; set; } = new RabbitMqSettings();
public class RabbitMqSettings
{