refactor: remove unused StoragePath initialization in AddToQueue function

This commit is contained in:
krau
2025-02-27 21:32:14 +08:00
parent 0c31d908cc
commit 98ba7c50e7

View File

@@ -153,7 +153,6 @@ func AddToQueue(ctx *ext.Context, update *ext.Update) error {
Status: types.Pending,
File: file,
StorageName: storageName,
StoragePath: path.Join(),
FileChatID: record.ChatID,
ReplyMessageID: record.ReplyMessageID,
FileMessageID: record.MessageID,