Skip to content

Commit

Permalink
refactor: Add js prefix to cell-deps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jan 8, 2025
1 parent 9b4cd2e commit 76e4eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/cell-deps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { VercelRequest, VercelResponse } from '@vercel/node';
import { ZodError } from 'zod';
import { fetchCellDeps } from "../lib/fetcher"
import { fetchCellDeps } from "../lib/fetcher.js"

export default async function handler(_req: VercelRequest, res: VercelResponse) {
try {
Expand Down

0 comments on commit 76e4eb6

Please sign in to comment.