Skip to content

Commit 42a9020

Browse files
committed
correction erreur fetching stat info
1 parent 60ac378 commit 42a9020

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/app/rightpanel/content/localisation-info/localisation-info.component.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,7 @@ export class LocalisationInfoComponent implements OnInit, OnDestroy {
266266
},
267267
error : (error: any) => {
268268
this.spStatistiques = null;
269-
if(error.status != 200){
270-
console.error('Error fetching SP statistiques info:', error)
271-
}
269+
console.error('Error fetching SP statistiques info:', error)
272270
}
273271
});
274272
}

0 commit comments

Comments
 (0)