From b9293cbcd0779c103968c9d1e1b846aeb41dc1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Wed, 7 May 2025 20:51:50 +0800 Subject: [PATCH] fix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/core/apis/file.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/apis/file.ts b/src/core/apis/file.ts index 5e974cb3..026fe88d 100644 --- a/src/core/apis/file.ts +++ b/src/core/apis/file.ts @@ -105,7 +105,7 @@ export class NTQQFileApi { throw new Error('packet cant get ptt url'); } - async getVideoUrlPakcet(chatType: ChatType, peer: string, fileUUID?: string) { + async getVideoUrlPacket(chatType: ChatType, peer: string, fileUUID?: string) { if (this.core.apis.PacketApi.available) { try { if (chatType === ChatType.KCHATTYPEGROUP && fileUUID) {