You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The get helper 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 get callback can output async data into the template.
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.