Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
more api fixes for refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Aug 10, 2024
1 parent a2ea813 commit 83bcc71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/routes/api/export_files/create.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ExportFileSchema } from "api/src/db/schema"
import { ExportFileSchema } from "api/db/schema"
import { withWinterSpec } from "api/lib/with-winter-spec"
import { z } from "zod"

Expand Down
3 changes: 1 addition & 2 deletions api/routes/api/export_requests/update.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { withWinterSpec } from "api/lib/with-winter-spec"
import { NotFoundError } from "winterspec/middleware"
import { z } from "zod"
import { export_request } from "@api/src/lib/zod/export_request"
import { ExportRequestSchema } from "@api/src/db/schema"
import { ExportRequestSchema } from "api/db/schema"

export default withWinterSpec({
methods: ["POST"],
Expand Down

0 comments on commit 83bcc71

Please sign in to comment.