Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guyutongxue committed Jan 17, 2025
1 parent 45edb21 commit d132942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v2/images/[id].js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-check
import { imageMap } from "../images";
import { imageMap } from "../images.js";

/**
* @typedef {import("@vercel/node").VercelRequest} VercelRequest
Expand Down

0 comments on commit d132942

Please sign in to comment.