Skip to content

Commit

Permalink
Merge branch 'pipeline-implementation' of github.com:Bhutan-NDI/ngota…
Browse files Browse the repository at this point in the history
…g-studio into pipeline-implementation
  • Loading branch information
Sheetal-ayanworks committed May 14, 2024
2 parents dd15abd + 71be294 commit 5646023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/verification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const getVerificationList = async ({
sortingOrder,
}: IConnectionListAPIParameter) => {
const orgId = await getFromLocalStorage(storageKeys.ORG_ID);
const url = `${apiRoutes.organizations.root}/${orgId}${apiRoutes.Verification.verifyCredential}?pageSize=${itemPerPage}&pageNumber=${page}&searchByText=${search}&sortBy=${sortingOrder}&sortField=${sortBy}`;
const url = `${apiRoutes.organizations.root}/${orgId}${apiRoutes.Verification.verifyCredential}?pageSize=${itemPerPage}&pageNumber=${page}&search=${search}&sortBy=${sortingOrder}&sortField=${sortBy}`;

const axiosPayload = {
url,
Expand Down

0 comments on commit 5646023

Please sign in to comment.