chore(FE): delete dummy data

This commit is contained in:
randy-ar
2025-12-28 04:39:40 +07:00
parent 731bec5a94
commit 77b05c6440
8 changed files with 0 additions and 2232 deletions
-14
View File
@@ -15,20 +15,6 @@ import {
import { BaseApiResponse } from '@/types/api/api-general';
import { httpClient, httpClientFetcher } from '@/services/http/client';
import { ClosingSales } from '@/types/api/closing';
// TODO: delete these dummy data later
import {
dummyGetAllFetcher,
dummyGetSingle,
dummyGetAllIncomingSapronakFetcher,
dummyGetAllOutgoingSapronakFetcher,
dummyGetGeneralInfo,
dummyGetPerhitunganSapronak,
dummyGetOverhead,
dummyClosingProductionData,
} from '@/dummy/closing.dummy';
import { sleep } from '@/lib/helper';
export class ClosingApiService extends BaseApiService<Closing, null, null> {
constructor(basePath: string) {
super(basePath);
-4
View File
@@ -65,10 +65,6 @@ import {
UpdateFlockPayload,
} from '@/types/api/master-data/flock';
import { ProductionStandard } from '@/types/api/master-data/production-standard';
import {
getDummyAllFetcher,
getDummySingleFetcher,
} from '@/dummy/master-data/production-standard.dummy';
export const UomApi = new BaseApiService<
Uom,