From 2b5e77993bc6315e085ca5addb5fb6a0dcf23604 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Thu, 11 Dec 2025 14:43:50 -0600 Subject: [PATCH] test(dm): starts on abbot forecast to be brought over from the original truck list --- .../services/logistics/controller/dm/forecast/mappings/abbott.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 lstV2/server/services/logistics/controller/dm/forecast/mappings/abbott.ts diff --git a/lstV2/server/services/logistics/controller/dm/forecast/mappings/abbott.ts b/lstV2/server/services/logistics/controller/dm/forecast/mappings/abbott.ts new file mode 100644 index 0000000..e246373 --- /dev/null +++ b/lstV2/server/services/logistics/controller/dm/forecast/mappings/abbott.ts @@ -0,0 +1 @@ +export const abbottForecast = async () => {};