fix: need to import whole module as wildcard

This commit is contained in:
Derrick Hammer 2023-06-23 05:52:07 -04:00
parent a8e262bb7b
commit 8afd780ac7
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import {
UploadStatusResponse,
} from "./responses/files.js";
import TUS from "tus-js-client";
import * as TUS from "tus-js-client";
import streamToBlob from "stream-to-blob";
import defer from "p-defer";