Skip to content
Snippets Groups Projects
Commit 90e3fde5 authored by Florent POITTEVIN's avatar Florent POITTEVIN
Browse files

fix: lint error

parent f9d404d3
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ import {AppRoutesEnum} from "@shared/enums/routes.enum";
export class RouteUtil {
static generateFullUrlFromActivatedRouteNormal(route: ActivatedRoute): string[] {
debugger;
return this.generateFullUrlFromActivatedRouteSnapshot(route.snapshot);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment