1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 15:36:39 -04:00

use next's built-in node-fetch

This commit is contained in:
2022-06-11 08:20:06 -04:00
parent 5f08784a74
commit 9c15cc454b
3 changed files with 106 additions and 147 deletions

View File

@ -1,4 +1,3 @@
import fetch from "node-fetch";
import queryString from "query-string";
import { logServerError } from "../../lib/helpers/sentry";
import type { NextApiRequest, NextApiResponse } from "next";