Skip to content

Commit

Permalink
✏️ Changed default allowed userId in config to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
dn1t committed May 4, 2023
1 parent a76bd24 commit c8b3ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config: {
address: '172.30.1.41',
port: 3000,
packageNames: ['com.kakao.talk'],
userIds: [95],
userIds: [0],
};

const RKPlugins: {
Expand Down

0 comments on commit c8b3ede

Please sign in to comment.