diff --git a/src/services/api/closing.ts b/src/services/api/closing.ts index c77d49f1..21ae1cf8 100644 --- a/src/services/api/closing.ts +++ b/src/services/api/closing.ts @@ -143,12 +143,11 @@ 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; } catch (error) { if (axios.isAxiosError>(error)) {