mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Remove duplicate api calls
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user