Skip to content

Commit d6c2580

Browse files
wmschristopherthielen
authored andcommitted
fix(common): Remove url() from LocationService interface (#2990)
- `LocationService.url()` has been deprecated in favour of `setUrl()`, but this interface had not been fully updated.
1 parent d3bd332 commit d6c2580

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)