fix: import js

This commit is contained in:
Derrick Hammer 2023-12-10 15:27:24 -05:00
parent b39b852498
commit 80d5d2d027
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import {
uploadSmallFile,
uploadSmallFileRequest,
uploadLargeFileRequest,
} from "./upload.ts";
} from "./upload.js";
import { downloadFile, getCidUrl, getMetadata } from "./download.js";
import { defaultPortalUrl, ensureUrl } from "./utils/url.js";
@ -23,7 +23,7 @@ import {
buildRequestUrl,
ExecuteRequestError,
Headers,
} from "./request.ts";
} from "./request.js";
/**
* Custom client options.