Skip to content

Commit 38c1700

Browse files
committed
style: lint
1 parent d192777 commit 38c1700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/setup.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ export default defineNitroPlugin(async (nitro) => {
2626
}
2727
}
2828

29-
await getDatabase().catch(err => {
29+
await getDatabase().catch((err) => {
3030
logger.error('Failed to initialize database:', err)
3131
process.exit(1)
3232
})
33-
const storage = await getStorage().catch(err => {
33+
const storage = await getStorage().catch((err) => {
3434
logger.error('Failed to initialize storage:', err)
3535
process.exit(1)
3636
})

0 commit comments

Comments
 (0)