Skip to content

Commit

Permalink
edit middleware example
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni committed Nov 1, 2023
1 parent 4e9b645 commit e97297f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/300-guides/050-database/900-turso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ For example, you can make the following change in your application if you're wor
import express from 'express'
const app = express()

// Your application code
// ... the rest of your application code
async function sync(req, res, next) {
await libsql.sync()
next()
Expand Down

0 comments on commit e97297f

Please sign in to comment.