remove duplicate calls

This commit is contained in:
peter.maquiran
2025-10-17 16:20:48 +01:00
parent a9cd4843d5
commit c14431034c
9 changed files with 54 additions and 52 deletions
@@ -291,7 +291,7 @@ export class PublicationsPage implements OnInit {
}
goToPublicationsList = (folderId: string) => {
console.log('nice', folderId)
//console.log('nice', folderId)
if(window["sharedContent"]){
this.AddPublication('2',folderId,window["sharedContent"])
return