Skip to content

Commit

Permalink
docs: remove \n for sql queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed May 3, 2024
1 parent 4fc1cad commit 4266acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/4.recipes/1.hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineNitroPlugin(() => {
title TEXT NOT NULL,
completed INTEGER NOT NULL DEFAULT 0
)
`)
`.replace(/\n/g, ''))
})
}
})
Expand Down

0 comments on commit 4266acb

Please sign in to comment.