Skip to content

Commit

Permalink
remove node-fetch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
acwhite211 committed Dec 9, 2024
1 parent 9685fe5 commit d2ed582
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/pages/api/state/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { NextApiRequest, NextApiResponse } from 'next';
import fs from 'node:fs';
import path from 'node:path';
import fetch from 'node-fetch';

import {
nginxConfDirectory as nginxConfigDirectory,
Expand Down

0 comments on commit d2ed582

Please sign in to comment.