Skip to content

Commit 25932fe

Browse files
committed
fix(common): Remove LocationService.url
- `LocationService.url()` has been deprecated in favour of `setUrl()`, but this interface had not been fully updated.
1 parent 73d0a39 commit 25932fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/coreservices.ts

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export interface CoreServices {
5959

6060
export interface LocationServices {
6161
setUrl(newurl: string, replace?: boolean): void;
62-
url(): string;
6362
path(): string;
6463
search(): string;
6564
hash(): string;

0 commit comments

Comments
 (0)