We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b785a commit 43d5697Copy full SHA for 43d5697
api/database.ts
@@ -1,6 +1,6 @@
1
import { Client } from "@notionhq/client";
2
3
-import { apiResponse, transformDatabase } from "./helpers.ts";
+import { apiResponse, transformDatabase } from "./helpers.js";
4
5
const apiKey = process.env.NOTION_SECRET;
6
const notion = new Client({ auth: apiKey });
api/invoices.ts
-import { apiResponse, transformInvoice } from "./helpers.ts";
+import { apiResponse, transformInvoice } from "./helpers.js";
0 commit comments