diff --git a/config.go b/config.go index 8a79aea..1d3264d 100644 --- a/config.go +++ b/config.go @@ -17,7 +17,7 @@ func ReadConfig() (*viper.Viper, error) { "port": "27017", "db_name": "coopgo_platform", "collections": map[string]any{ - "events": "diags", + "diags": "diags", }, }, },