Skip to content

Commit 5092e5e

Browse files
checks
1 parent e13e244 commit 5092e5e

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

Diff for: chaoscenter/graphql/server/pkg/database/mongodb/config/operations.go

-1
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)