Skip to content

Commit

Permalink
fix: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
phukon committed Mar 19, 2024
1 parent 7f4ab5c commit dd409e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/extractNotionData.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import { Client, iteratePaginatedAPI } from "@notionhq/client";
import { config } from "dotenv";
import fs from "fs";

config();

const apiKey = process.env.NOTION_API_KEY;

Expand Down

0 comments on commit dd409e9

Please sign in to comment.