Skip to content

Commit

Permalink
Fixes missing comma in Knex code example (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilwoarH committed May 8, 2024
1 parent 3bb8127 commit 1822312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/cache_drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ import { knexDriver } from 'bentocache/drivers/knex'
const db = knex({
client: 'pg',
connection: {
port: 5432
port: 5432,
user: 'root',
password: 'root',
database: 'postgres',
Expand Down

0 comments on commit 1822312

Please sign in to comment.