diff --git a/src/services/api/closing.ts b/src/services/api/closing.ts index 5e3dded8..c77d49f1 100644 --- a/src/services/api/closing.ts +++ b/src/services/api/closing.ts @@ -143,10 +143,10 @@ export class ClosingApiService extends BaseApiService { id: number ): Promise | undefined> { try { - const getProductionDataPath = `${this.basePath}/${id}/production-data`; - const getProductionDataRes = await httpClient< - BaseApiResponse - >(getProductionDataPath); + // const getProductionDataPath = `${this.basePath}/${id}/production-data`; + // const getProductionDataRes = await httpClient< + // BaseApiResponse + // >(getProductionDataPath); // return getProductionDataRes;