Skip to content

Commit c15adce

Browse files
committed
chore: remove zod imports
1 parent ab70d7a commit c15adce

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

_nuxthub/server/api/_hub/database/query.post.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { z } from 'zod'
2-
31
export default eventHandler(async (event) => {
42
const { sql, params, method } = await readValidatedBody(event, z.object({
53
sql: z.string(),

server/api/entries/index.put.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { z } from 'zod'
2-
31
export default eventHandler(async (event) => {
42
await requireUserSession(event)
53
const { key, value } = await readValidatedBody(event, z.object({

0 commit comments

Comments
 (0)