mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-09-13 07:23:32 -06:00
🐛 fix id error
This commit is contained in:
@@ -44,7 +44,7 @@ const App = () => {
|
||||
message: {
|
||||
name: (typeof MESSAGE_NAMES)[keyof typeof MESSAGE_NAMES];
|
||||
body: {
|
||||
userId: string;
|
||||
identifier: string;
|
||||
password: string;
|
||||
};
|
||||
},
|
||||
@@ -53,7 +53,7 @@ const App = () => {
|
||||
) => {
|
||||
if (Object.values(MESSAGE_NAMES).includes(message.name)) {
|
||||
initialize({
|
||||
identifier: message.body.userId,
|
||||
identifier: message.body.identifier,
|
||||
password: message.body.password,
|
||||
messageName: message.name,
|
||||
})
|
||||
|
Reference in New Issue
Block a user