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 e11b8a8 commit da26e72Copy full SHA for da26e72
1 file changed
internal/op/meta.go
@@ -78,6 +78,7 @@ func UpdateMeta(u *model.Meta) error {
78
return err
79
}
80
metaCache.Del(old.Path)
81
+ metaCache.Del(u.Path)
82
return db.UpdateMeta(u)
83
84
0 commit comments