Skip to content

Commit 9d84a4d

Browse files
fix ts warning final
1 parent f28ca26 commit 9d84a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/upload/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { v2 as cloudinary, UploadApiResponse } from "cloudinary";
2-
// @ts-expect-error
2+
// @ts-expect-error: imagetracerjs has no TypeScript types
33
import ImageTracer from "imagetracerjs";
44
import { NextResponse } from "next/server";
55
import fetch from "node-fetch";

0 commit comments

Comments
 (0)