Remove duplicate api calls

This commit is contained in:
Peter Maquiran
2021-08-18 12:17:02 +01:00
parent 1fbb308831
commit d3e18efcd5
15 changed files with 7 additions and 34 deletions
@@ -39,10 +39,6 @@ constructor(
ngOnInit() {
// update list
this.LoadList();
// update list
const location = window.location
const pathname = location.pathname + location.search
this.router.events.forEach((event) => {
if (event instanceof NavigationStart && '/home/gabinete-digital?diplomas=true'.startsWith(event.url)) {