diff --git a/src.ts/utils/fetch.ts b/src.ts/utils/fetch.ts index 1462580f99..68ad09de22 100644 --- a/src.ts/utils/fetch.ts +++ b/src.ts/utils/fetch.ts @@ -21,7 +21,7 @@ import { decodeBase64, encodeBase64 } from "./base64.js"; import { hexlify } from "./data.js"; import { assert, assertArgument } from "./errors.js"; import { defineProperties } from "./properties.js"; -import { toUtf8Bytes, toUtf8String } from "./utf8.js" +import { toUtf8Bytes, toUtf8String } from "./utf8.js"; import { createGetUrl } from "./geturl.js";