From 93fb1388098ab67f4487d35e2788545d7f53df91 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Sat, 11 Nov 2023 18:48:30 -0500 Subject: [PATCH] admin: style fix (#4356) --- src.ts/utils/fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";