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
It seems there is an error in the documentation example. const adapter = await KnexAdapter.newAdapter({ knex }); should be replaced by const adapter = await KnexAdapter.newAdapter(knex);
Hello,
First of all thank you for this Knex adapter.
It seems there is an error in the documentation example.
const adapter = await KnexAdapter.newAdapter({ knex });
should be replaced byconst adapter = await KnexAdapter.newAdapter(knex);
This PR fixes the problem: #240
The text was updated successfully, but these errors were encountered: