diff --git a/package.json b/package.json index e331cf3b..319f0e3d 100644 --- a/package.json +++ b/package.json @@ -51,4 +51,4 @@ "tailwindcss": "^4", "typescript": "^5" } -} \ No newline at end of file +} diff --git a/src/dummy/dashboard/dashboard.production.dummy.json b/src/dummy/dashboard/dashboard.production.dummy.json index 4b2fbd1a..bb6e6af6 100644 --- a/src/dummy/dashboard/dashboard.production.dummy.json +++ b/src/dummy/dashboard/dashboard.production.dummy.json @@ -1798,4 +1798,4 @@ "fcr": 2.2 } ] -} \ No newline at end of file +} diff --git a/src/dummy/dashboard/dashboard.production.dummy.ts b/src/dummy/dashboard/dashboard.production.dummy.ts index b1e2911b..b663f28c 100644 --- a/src/dummy/dashboard/dashboard.production.dummy.ts +++ b/src/dummy/dashboard/dashboard.production.dummy.ts @@ -1,11 +1,21 @@ /** * Dummy data for DashboardProduction * Generated from: dashboard.production.dummy.json - * + * * This file is auto-generated. Do not edit manually. */ -import { DashboardProductionStatisticsData, DashboardProductionProductionChartsFlocks, DashboardProductionProductionCharts, DashboardProductionStandardProductionsStandards, DashboardProductionStandardProductions, DashboardProductionFcrDataFlock, DashboardProductionEggWeights, DashboardProductionFcrData, DashboardProduction } from '../../types/api/dashboard/dashboard-production'; +import { + DashboardProductionStatisticsData, + DashboardProductionProductionChartsFlocks, + DashboardProductionProductionCharts, + DashboardProductionStandardProductionsStandards, + DashboardProductionStandardProductions, + DashboardProductionFcrDataFlock, + DashboardProductionEggWeights, + DashboardProductionFcrData, + DashboardProduction, +} from '../../types/api/dashboard/dashboard-production'; import { BaseApiResponse } from '@/types/api/api-general'; import dummyData from './dashboard.production.dummy.json'; @@ -13,7 +23,9 @@ import dummyData from './dashboard.production.dummy.json'; * Get dummy DashboardProduction data * @returns Promise with BaseApiResponse containing DashboardProduction */ -export async function getDummySingle(): Promise> { +export async function getDummySingle(): Promise< + BaseApiResponse +> { return new Promise((resolve) => { setTimeout(() => { resolve({ diff --git a/src/types/api/dashboard/dashboard-production.d.ts b/src/types/api/dashboard/dashboard-production.d.ts index 05acddd3..5d873806 100644 --- a/src/types/api/dashboard/dashboard-production.d.ts +++ b/src/types/api/dashboard/dashboard-production.d.ts @@ -49,4 +49,4 @@ export interface DashboardProductionProductionChartsFlocks { id: number; name: string; data: number; -} \ No newline at end of file +}