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