Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcohen committed Nov 19, 2024
1 parent 6448b85 commit bb480c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pages/api/hold/request/[id]/edd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import type { NextApiRequest, NextApiResponse } from "next"

import { postEDDRequest } from "../../../../../src/server/api/hold"
import { BASE_URL, PATHS } from "../../../../../src/config/constants"
import {
initialEDDInvalidFields,
getUpdatedInvalidFields,
} from "../../../../../src/utils/holdPageUtils"

/**
* Default API route handler for EDD requests
Expand Down

0 comments on commit bb480c6

Please sign in to comment.