Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix WebApp.requestContact typing #3

Merged
merged 2 commits into from
Jan 4, 2025
Merged

Conversation

wishyoudie
Copy link
Contributor

@wishyoudie wishyoudie commented Feb 6, 2024

Wrong typing for WebApp.requestContact method. Provided type requires callback of type

(access: boolean) => unknown

meanwhile

(access: boolean, result: ???) => unknown

works just fine with result of method call in result field.

Copy link

@valid-var valid-var left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ArthurStam
Copy link
Member

Hello. Thanks for MR. Please update your branch to fix conflicts

@ArthurStam
Copy link
Member

@wishyoudie Please update your branch to fix conflicts

@wishyoudie
Copy link
Contributor Author

Hey @ArthurStam! Just updated the PR, hope this helps. Sorry for the long wait!

@ArthurStam ArthurStam merged commit d23fd16 into twa-dev:master Jan 4, 2025
@ArthurStam
Copy link
Member

Merged, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants