Skip to content

Commit

Permalink
oof
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 16, 2025
1 parent c772651 commit 7a42ada
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/repl/app/utils/editor-text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 7a42ada

Please sign in to comment.