Add missing import
This commit is contained in:
parent
cbff616b54
commit
24c907137c
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { readFile } from "fs/promises";
|
||||
import { createReadStream } from "fs";
|
||||
import axios from "axios";
|
||||
|
||||
export async function getManifest(manifest) {
|
||||
let data = undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue