Skip to content

Commit

Permalink
Update frontend-implicaction/src/app/core/services/api-endpoints.serv…
Browse files Browse the repository at this point in the history
…ice.ts

Co-authored-by: matthieuaudemard <matthieu.audemard@gmail.com>
  • Loading branch information
mathusha-sdv and matthieuaudemard committed Dec 11, 2021
1 parent 8935dd2 commit 8e0e3aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export class ApiEndpointsService {
});
}

getAllActiveJobEndpoint(pageable: Pageable, criteria: JobCriteriaFilter, archive: any) {
getAllActiveJobEndpoint(pageable: Pageable, criteria: JobCriteriaFilter, archive: any): string {
// on merge les filtres et les attributs de pagination
const objectParam = {
...criteria,
Expand Down

0 comments on commit 8e0e3aa

Please sign in to comment.