Signed-off-by: andoriyaprashant <prashantandoriya@gmail.com>
This commit is contained in:
andoriyaprashant 2024-12-17 11:59:07 +05:30
parent e4480622cb
commit 36969a8045
1 changed files with 0 additions and 1 deletions

View File

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