mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-09-12 23:23:31 -06:00
🐛 fix id error
This commit is contained in:
@@ -42,7 +42,7 @@ export class BskyClient {
|
||||
}: BskyLoginParams): Promise<BskyClient> {
|
||||
const client = new BskyClient();
|
||||
const { data } = await client.agent.login({
|
||||
identifier: identifier.replace(/^@/, ""), // if identifier is a handle name, @ is not required
|
||||
identifier,
|
||||
password,
|
||||
});
|
||||
client.me = {
|
||||
|
Reference in New Issue
Block a user