Skip to content

Commit

Permalink
add params
Browse files Browse the repository at this point in the history
Signed-off-by: MiriSafra <[email protected]>
  • Loading branch information
MiriSafra committed Oct 29, 2024
1 parent 88d9ff3 commit 4fe55c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/app/api/rest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,9 @@ export function getTasksByIds(
.get<Task[]>(`${TASKS}`, {
headers: headers,
responseType: responseType,
params: {
filter: filterParam,
},
})
.then((response) => {
return response.data;
Expand Down

0 comments on commit 4fe55c3

Please sign in to comment.