Skip to content

Commit 7a42ada

Browse files
committed
oof
1 parent c772651 commit 7a42ada

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/repl/app/utils/editor-text.ts

-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ export class FileURIComponent {
151151
if (macroCondition(isTesting())) {
152152
// eslint-disable-next-line @typescript-eslint/no-explicit-any
153153
base ??= (this.router as any) /* private API? */?.location;
154-
// @ts-expect-error private api
155-
base = base.split('?')[0];
156154
} else {
157155
base ??= window.location.toString();
158156
}

0 commit comments

Comments
 (0)