Skip to content

Commit

Permalink
Update generics.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarts authored Aug 24, 2024
1 parent 3a9c03f commit 634e8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/generics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 634e8fa

Please sign in to comment.