mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Add publication to local storage
This commit is contained in:
@@ -87,7 +87,6 @@ export class PublicationsService {
|
||||
params: params
|
||||
};
|
||||
return this.http.get<any>(`${geturl}`, options)
|
||||
.pipe(catchError(this.handleError));
|
||||
}
|
||||
|
||||
GetPublicationById( publicationId:any){
|
||||
|
||||
Reference in New Issue
Block a user