Skip to content

Commit

Permalink
chore: remove zod imports
Browse files Browse the repository at this point in the history
  • Loading branch information
smarroufin committed Feb 1, 2024
1 parent ab70d7a commit c15adce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions _nuxthub/server/api/_hub/database/query.post.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { z } from 'zod'

export default eventHandler(async (event) => {
const { sql, params, method } = await readValidatedBody(event, z.object({
sql: z.string(),
Expand Down
2 changes: 0 additions & 2 deletions server/api/entries/index.put.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { z } from 'zod'

export default eventHandler(async (event) => {
await requireUserSession(event)
const { key, value } = await readValidatedBody(event, z.object({
Expand Down

0 comments on commit c15adce

Please sign in to comment.