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

fixed Guard.allows method return type: Promise<boolean> | boolean #73

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

nikzanda
Copy link

@nikzanda nikzanda commented Sep 5, 2023

Guard.allows should be able to return Promise when the function that checks user permissions is asynchronous. Doing so will remove the Visual Studio Code message ‘await has no effect on the type of this expression’.
Screenshot 2023-09-05 at 17 13 43

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

Successfully merging this pull request may close these issues.

1 participant