From 78877e0549ade2caade7d90d93b222fd483584ab Mon Sep 17 00:00:00 2001 From: Tobi Saputra Date: Mon, 3 Mar 2025 21:15:40 +0700 Subject: [PATCH] fix: tiktok stalk doesnt use cookies anymore --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f88d339..85a3085 100644 --- a/src/index.ts +++ b/src/index.ts @@ -143,7 +143,6 @@ export = { ): Promise => { const response = await StalkUser( username, - options?.cookie, options?.postLimit, options?.proxy )