-
-
Notifications
You must be signed in to change notification settings - Fork 0
Async helpers #2
Copy link
Copy link
Open
Labels
bugUnintended behaviour and security vulnerabilitiesUnintended behaviour and security vulnerabilitieshelp wantedIssues where help is needed from other contributorsIssues where help is needed from other contributors
Metadata
Metadata
Assignees
Labels
bugUnintended behaviour and security vulnerabilitiesUnintended behaviour and security vulnerabilitieshelp wantedIssues where help is needed from other contributorsIssues where help is needed from other contributors
The
gethelper needs to use Promises in order to fetch data from the database, but Handlebars doesn't seem to support async/await helper callbacks out-of-the-box.Fix it so that the
getcallback can output async data into the template.