rhzs/fastify-knex

Missing comma in example

zuck opened this issue · 0 comments

zuck commented
function registerPlugins(fastify, opts, next) {
    fastify.register(require('fastify-knex'), {
      ...
      debug: true  <-- HERE --> // Knex debug SQL
      ...
    });
    ...
}