diff --git a/src/services/CohortService/cohortService.ts b/src/services/CohortService/cohortService.ts index d5548b5..d6ec81c 100644 --- a/src/services/CohortService/cohortService.ts +++ b/src/services/CohortService/cohortService.ts @@ -195,7 +195,7 @@ data:any ): Promise => { const apiUrl: string = `${process.env.NEXT_PUBLIC_BASE_URL}/${config.URLS.TENANT_LIST}`; try { - let response = await get(apiUrl,data); + let response = await get(apiUrl); return response?.data?.result; } catch (error) { console.error("Error in Getting tenant List Details", error);