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

Compile fix #8

Merged
merged 5 commits into from Nov 26, 2018
Merged

Compile fix #8

merged 5 commits into from Nov 26, 2018

Conversation

jwulf
Copy link
Contributor

@jwulf jwulf commented Nov 26, 2018

This patch fixes all TS Compiler and TS Lint errors.

This fixes #7. The issue there is the unused parameter in the Settings decorator. Renaming the parameter to _ gets rid of both the ts-lint error, and the compiler error.

@xuezier xuezier merged commit 06ae171 into xuezier:master Nov 26, 2018
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.

'Settings(settings)' accepts too few arguments to be used as a decorator here.
2 participants