From 81225613376c19b1a58777ac254a29dd5a3416c2 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: Sun, 13 Oct 2024 19:06:12 +0800 Subject: [PATCH] fix --- 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 81606d3f..d14697d2 100644 --- a/src/core/apis/file.ts +++ b/src/core/apis/file.ts @@ -377,7 +377,7 @@ export class NTQQFileApi { online_rkey: false }; try { - if (this.core.apis.PacketApi.PacketClient?.isConnected) { + if (this.core.apis.PacketApi.packetClient?.isConnected) { if ((!this.packetRkey || this.packetRkey[0].time < Date.now() / 1000)) { this.packetRkey = await this.core.apis.PacketApi.sendRkeyPacket(); }