From 1c83e62ad35a835cc9c7e3cbba56a91fbba54759 Mon Sep 17 00:00:00 2001 From: andoriyaprashant Date: Tue, 17 Dec 2024 11:59:07 +0530 Subject: [PATCH] checks Signed-off-by: andoriyaprashant --- .../graphql/server/pkg/database/mongodb/config/operations.go | 1 - 1 file changed, 1 deletion(-) diff --git a/chaoscenter/graphql/server/pkg/database/mongodb/config/operations.go b/chaoscenter/graphql/server/pkg/database/mongodb/config/operations.go index 8f9e2fefed5..6fe31724ce9 100644 --- a/chaoscenter/graphql/server/pkg/database/mongodb/config/operations.go +++ b/chaoscenter/graphql/server/pkg/database/mongodb/config/operations.go @@ -19,7 +19,6 @@ func NewConfigOperator(mongodbOperator mongodb.MongoOperator) *Operator { } } - // CreateConfig creates a new server config with unique key func (o *Operator) CreateConfig(ctx context.Context, config *ServerConfig) error { err := o.operator.Create(ctx, mongodb.ServerConfigCollection, config)