This commit is contained in:
Peter Maquiran
2023-02-09 16:05:36 +01:00
parent 07b958651a
commit d933df5b31
37 changed files with 139 additions and 48 deletions
@@ -98,7 +98,9 @@ export class ViewPublicationsPage implements OnInit {
//this.testForkJoin()
this.getPublicationDetail();
this.getPublicationsIds();
event?.target?.complete();
try {
event?.target?.complete();
} catch(error) {}
//}, 3000);
}