Skip to content

Commit 47e6948

Browse files
authored
chore: fix typo
1 parent b48adf2 commit 47e6948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api/notes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default cachedEventHandler(
2121
console.error('Error fetching notes:', error)
2222
throw createError({
2323
statusCode: 500,
24-
statusMessage: 'Failed to fetch books'
24+
statusMessage: 'Failed to fetch notes'
2525
})
2626
}
2727
}),

0 commit comments

Comments
 (0)