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

typo function call in macros #433

Closed
7c opened this issue Oct 30, 2024 · 1 comment
Closed

typo function call in macros #433

7c opened this issue Oct 30, 2024 · 1 comment
Labels

Comments

@7c
Copy link

7c commented Oct 30, 2024

Describe the Bug
./src/clients/core/macros.js: return this.gettAll(['macros', 'active']);
./src/clients/core/macros.js: return this.gettAll(['macros', parameters]);
./src/clients/core/macros.js: return this.gettAll(['macros', 'categories']);

it is pretty obvious and easy-to-fix bug, this should be this.getAll call instead of this.gettAll

@7c 7c added the bug label Oct 30, 2024
@blakmatrix
Copy link
Owner

this should be fixed in latest release

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

No branches or pull requests

2 participants