Skip to content

Commit

Permalink
Merge pull request #235 from novasamatech/fix/account_id
Browse files Browse the repository at this point in the history
fix: account id
  • Loading branch information
tuul-wq authored and stepanLav committed Oct 17, 2024
1 parent 382d965 commit f1cf23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/shared/api/telegram/bot-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function getWalletCreationData(publicKey: PublicKey): string | null {
if (!TelegramApi.initData || !TelegramApi.initDataUnsafe.user?.id) return null;

return JSON.stringify({
publicKey,
accountId: publicKey,
userId: TelegramApi.initDataUnsafe.user.id,
auth: TelegramApi.initData,
});
Expand Down

0 comments on commit f1cf23d

Please sign in to comment.