We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13e244 commit 5092e5eCopy full SHA for 5092e5e
chaoscenter/graphql/server/pkg/database/mongodb/config/operations.go
@@ -19,7 +19,6 @@ func NewConfigOperator(mongodbOperator mongodb.MongoOperator) *Operator {
19
}
20
21
22
-
23
// CreateConfig creates a new server config with unique key
24
func (o *Operator) CreateConfig(ctx context.Context, config *ServerConfig) error {
25
err := o.operator.Create(ctx, mongodb.ServerConfigCollection, config)
0 commit comments