From bd26a3b1b9aec6786aeb90c1fb95a3cf8b28c157 Mon Sep 17 00:00:00 2001 From: Tobi Saputra Date: Wed, 14 May 2025 23:19:37 +0700 Subject: [PATCH] fix: undefined result when using generate device id --- src/constants/params.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/params.ts b/src/constants/params.ts index 36359d3..af21d8b 100644 --- a/src/constants/params.ts +++ b/src/constants/params.ts @@ -16,7 +16,7 @@ export const _getUserPostsParams = () => { "5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.35", channel: "tiktok_web", cookie_enabled: true, - device_id: generateDeviceId(), + device_id: "7002566096994190854", device_platform: "web_pc", focus_state: false, from_page: "user",