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 incompatibility with newer TypeScript versions #154

Merged
merged 1 commit into from Jan 18, 2021
Merged

Fixed incompatibility with newer TypeScript versions #154

merged 1 commit into from Jan 18, 2021

Conversation

Minding000
Copy link
Contributor

Removed async keyword, since it is not allowed with the abstract keyword (Error TS1243).

The implementation is still clear from the method signature (Promise as return type).

Removed 'async' keyword, since it is not allowed with the 'abstract' keyword (Error TS1243).

The implementation is still clear from the method signature (Promise as return type).
@ibc ibc merged commit 876d5ec into versatica:v3 Jan 18, 2021
@ibc
Copy link
Member

ibc commented Jan 18, 2021

Thanks, released in 3.6.27.

@Minding000 Minding000 deleted the patch-1 branch January 18, 2021 11:54
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.

None yet

2 participants