From 7a42ada8d46fc4e69136cd7a7f77310c5aa1f21b Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:25:37 -0500 Subject: [PATCH] oof --- apps/repl/app/utils/editor-text.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/repl/app/utils/editor-text.ts b/apps/repl/app/utils/editor-text.ts index e5fba4b42..115fe506c 100644 --- a/apps/repl/app/utils/editor-text.ts +++ b/apps/repl/app/utils/editor-text.ts @@ -151,8 +151,6 @@ export class FileURIComponent { if (macroCondition(isTesting())) { // eslint-disable-next-line @typescript-eslint/no-explicit-any base ??= (this.router as any) /* private API? */?.location; - // @ts-expect-error private api - base = base.split('?')[0]; } else { base ??= window.location.toString(); }