mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2026-06-04 04:49:14 -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