mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve
This commit is contained in:
@@ -88,7 +88,7 @@ export class ProcessesService {
|
||||
return this.http.post<any>(`${geturl}`, body, options);
|
||||
}
|
||||
|
||||
GetTaskParticipants(folderId:string): Observable<any>{
|
||||
GetTaskParticipants(folderId): Observable<any>{
|
||||
const geturl = environment.apiURL + 'Processes/GetUsersInDispash';
|
||||
let params = new HttpParams();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user