Skip to content

Commit 1c83e62

Browse files
checks
Signed-off-by: andoriyaprashant <prashantandoriya@gmail.com>
1 parent d06b098 commit 1c83e62

File tree

1 file changed

+0
-1
lines changed
  • chaoscenter/graphql/server/pkg/database/mongodb/config

1 file changed

+0
-1
lines changed

chaoscenter/graphql/server/pkg/database/mongodb/config/operations.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ func NewConfigOperator(mongodbOperator mongodb.MongoOperator) *Operator {
1919
}
2020
}
2121

22-
2322
// CreateConfig creates a new server config with unique key
2423
func (o *Operator) CreateConfig(ctx context.Context, config *ServerConfig) error {
2524
err := o.operator.Create(ctx, mongodb.ServerConfigCollection, config)

0 commit comments

Comments
 (0)