From de41dab846fd7b7d676e814aaee85872d52355d0 Mon Sep 17 00:00:00 2001
From: Misa Liu <misaliu@misaliu.top>
Date: Tue, 27 Feb 2024 23:02:45 +0800
Subject: [PATCH] fix: Fix a typo

---
 src/ntqqapi/ntcall.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ntqqapi/ntcall.ts b/src/ntqqapi/ntcall.ts
index 3e53749..2b48e22 100644
--- a/src/ntqqapi/ntcall.ts
+++ b/src/ntqqapi/ntcall.ts
@@ -771,7 +771,7 @@ export class NTQQApi {
             callNTQQApi<ChatCacheList>({
                 methodName: NTQQApiMethod.CACHE_CHAT_GET,
                 args: [{
-                    ChatType: type,
+                    chatType: type,
                     pageSize,
                     order: 1,
                     pageIndex