Get rid of unused import
This commit is contained in:
parent
ccd3fcb8c1
commit
d5f262200b
|
@ -4,7 +4,6 @@ import postLink from "@/lib/api/controllers/links/postLink";
|
|||
import { LinkRequestQuery } from "@/types/global";
|
||||
import verifyUser from "@/lib/api/verifyUser";
|
||||
import deleteLinksById from "@/lib/api/controllers/links/bulk/deleteLinksById";
|
||||
import updateLinksById from "@/lib/api/controllers/links/bulk/updateLinks";
|
||||
import updateLinks from "@/lib/api/controllers/links/bulk/updateLinks";
|
||||
|
||||
export default async function links(req: NextApiRequest, res: NextApiResponse) {
|
||||
|
|
Ŝarĝante…
Reference in New Issue