fastify / point-of-view

Template rendering plugin for Fastify
MIT License
338 stars 86 forks source link

EJS: Fixed local override of async from true to false #319

Closed TTPO100AJIEX closed 2 years ago

TTPO100AJIEX commented 2 years ago

There has been an error overriding async from true to false in the render function. These changes should fix that. Now it is possible to specify async: true in global options, and async: false as a local option. The overriding behavior now works correctly: local option async: false will be used.

Checklist