Fix Delete/delete store config inconsistency

This commit is contained in:
Denis Arh
2020-10-18 16:13:36 +02:00
parent 754ebbde95
commit 9a21226163
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ type (
Create storeTypeCreateDef `yaml:"create"`
Update storeTypeUpdateDef `yaml:"update"`
Upsert storeTypeUpsertDef `yaml:"upsert"`
Delete storeTypeDeleteDef `yaml:"Delete"`
Delete storeTypeDeleteDef `yaml:"delete"`
Truncate storeTypeTruncateDef `yaml:"truncate"`
// Make interfaces and store functions