From bd6af9b74fbada28fb5a795eb0fdc3f8b8701fda Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 2 Jul 2026 08:46:18 +0000 Subject: [PATCH] add a new main fuel value --- src/app/db/schema/landlord_overrides.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/db/schema/landlord_overrides.ts b/src/app/db/schema/landlord_overrides.ts index f39a5564..46b1dd9f 100644 --- a/src/app/db/schema/landlord_overrides.ts +++ b/src/app/db/schema/landlord_overrides.ts @@ -165,6 +165,7 @@ export const MainFuelValues: [string, ...string[]] = [ "smokeless coal", "dual fuel (mineral and wood)", "biomass (community)", + "wood logs", "Unknown", ];