mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-09-13 07:23:32 -06:00
fix: handling error
This commit is contained in:
@@ -30,7 +30,7 @@ export class ThreadsService extends AbstractService {
|
||||
if (!isTargetPage) {
|
||||
return [
|
||||
false,
|
||||
"Error: Invalid page. please open the following or followers view.",
|
||||
"Invalid page. please open the following or followers view.",
|
||||
];
|
||||
}
|
||||
return [true, ""];
|
||||
|
Reference in New Issue
Block a user