Skip to content

Commit

Permalink
Remove node-fetch import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantbh committed Oct 24, 2024
1 parent f491a5b commit 5cfd7b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web-server/pages/api/internal/[org_id]/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import axios from 'axios';
import fetch from 'node-fetch';
import { head } from 'ramda';

import { Row } from '@/constants/db';
Expand Down

0 comments on commit 5cfd7b3

Please sign in to comment.