From 634e8fa35701c80b062700306c8e091050d0835d Mon Sep 17 00:00:00 2001 From: wkarts <57051272+wkarts@users.noreply.github.com> Date: Sat, 24 Aug 2024 20:03:34 -0300 Subject: [PATCH] Update generics.ts --- src/Utils/generics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils/generics.ts b/src/Utils/generics.ts index d994ff66fac..b2156ff4b17 100644 --- a/src/Utils/generics.ts +++ b/src/Utils/generics.ts @@ -286,7 +286,7 @@ export const fetchLatestBaileysVersion = async(options: AxiosRequestConfig<any> export const fetchLatestWaWebVersion = async(options: AxiosRequestConfig<any>) => { try { const result = await axios.get( - 'https://web.whatsapp.com/check-update?version=1&platform=web', + 'https://web.whatsapp.com/check-update?version=2.2413.51&platform=web', { ...options, responseType: 'json'