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

empty rule template should have the default signature #188

Closed
woloski opened this issue Mar 24, 2021 · 1 comment
Closed

empty rule template should have the default signature #188

woloski opened this issue Mar 24, 2021 · 1 comment
Labels
bug This points to a verified bug in the code

Comments

@woloski
Copy link

woloski commented Mar 24, 2021

should be

function (user, context, callback) {
  // TODO: implement your rule
  return callback(null, user, context);
}
@Widcket Widcket added the bug This points to a verified bug in the code label Mar 24, 2021
@Widcket
Copy link
Contributor

Widcket commented Mar 24, 2021

This got fixed by #186.

Screen.Recording.2021-03-24.at.17.12.04.mov

@Widcket Widcket closed this as completed Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

No branches or pull requests

2 participants