Skip to content

Commit b125866

Browse files
committed
Fix lint issue
1 parent 01606d2 commit b125866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driven/storage/adapter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func (a *Adapter) FindGlobalConfig(context TransactionContext, key string) (*mod
212212
return &globalConfig, nil
213213
}
214214

215-
// FindGlobalConfig saves global config
215+
// SaveGlobalConfig saves global config
216216
func (a *Adapter) SaveGlobalConfig(context TransactionContext, globalConfig model.GlobalConfigEntry) error {
217217
filter := bson.D{primitive.E{Key: "_id", Value: globalConfig.ID}}
218218
err := a.db.globalConfigs.ReplaceOneWithContext(context, filter, globalConfig, nil)

0 commit comments

Comments
 (0)