Remove useless cache tags

This commit is contained in:
2025-03-29 17:08:17 +08:00
parent a12ba060f5
commit aa52aa73fe
3 changed files with 0 additions and 3 deletions

View File

@@ -156,6 +156,5 @@ func CacheOpenAttachment(item *openAttachmentResult) {
KgAttachmentCache(item.Attachment.Rid),
*item,
60*time.Minute,
cachekit.FKey("attachment", item.Attachment.Rid),
)
}