diff --git a/bot/handle_add_task.go b/bot/handle_add_task.go index 3b30c51..5804217 100644 --- a/bot/handle_add_task.go +++ b/bot/handle_add_task.go @@ -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,