fix: tiktok stalk doesnt use cookies anymore

This commit is contained in:
Tobi Saputra 2025-03-03 21:15:40 +07:00
parent 7fa75905e8
commit 78877e0549

View File

@ -143,7 +143,6 @@ export = {
): Promise<StalkResult> => { ): Promise<StalkResult> => {
const response = await StalkUser( const response = await StalkUser(
username, username,
options?.cookie,
options?.postLimit, options?.postLimit,
options?.proxy options?.proxy
) )