mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Remove duplicate api calls
This commit is contained in:
@@ -34,9 +34,6 @@ export class PendentesPage implements OnInit {
|
||||
|
||||
ngOnInit() {
|
||||
|
||||
// update list
|
||||
this.LoadList();
|
||||
|
||||
this.router.events.forEach((event) => {
|
||||
if (event instanceof NavigationStart &&
|
||||
event.url.startsWith('/home/gabinete-digital?pendentes=true')) {
|
||||
|
||||
Reference in New Issue
Block a user