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

Remove unused handler arguments #2

Merged
merged 1 commit into from Oct 1, 2023
Merged

Remove unused handler arguments #2

merged 1 commit into from Oct 1, 2023

Conversation

evgenymarkov
Copy link
Contributor

I got the following error from tsc:

image

In this PR, I remove the unused parameter.
The general solution to errors of this kind is to remove ts files from the published package in npm.

Related issue: microsoft/TypeScript#40426

@dknight
Copy link
Owner

dknight commented Oct 1, 2023

Thanks for the contributions. Will do patch.

@dknight dknight merged commit 3bf47d1 into dknight:main Oct 1, 2023
1 check passed
@evgenymarkov evgenymarkov deleted the patch-1 branch October 1, 2023 18:21
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.

None yet

2 participants