1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -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

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
{