fix: use node fetch
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { fetch } from 'undici';
|
||||
import fetch from 'node-fetch';
|
||||
|
||||
export interface Asset {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user