Skip to content

Commit 5f29fca

Browse files
committed
fix: fixes linter issue
1 parent 49a46b7 commit 5f29fca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/api/fritz-dyndns.ts

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export default defineEventHandler(async (event) => {
109109
}
110110
}
111111
catch (e) {
112+
console.error(e)
112113
throw createError({
113114
statusCode: 500,
114115
statusMessage: `Error updating record "${record}".`,

0 commit comments

Comments
 (0)