mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 09:58:13 +09:00
refactor: remove node-fetch
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { NowResponse } from '@vercel/node';
|
||||
import nodeFetch, { Response } from 'node-fetch';
|
||||
import nodeFetch from 'isomorphic-unfetch';
|
||||
|
||||
export type HttpMethod =
|
||||
| 'GET'
|
||||
|
Reference in New Issue
Block a user