From 202a3b92bf5d838caaaf18d306537ef9400a5959 Mon Sep 17 00:00:00 2001 From: Kelly Date: Wed, 3 Dec 2025 21:12:05 -0700 Subject: [PATCH] Add dbaName to Dispensary type to fix TypeScript build error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- backend/src/dutchie-az/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/dutchie-az/types/index.ts b/backend/src/dutchie-az/types/index.ts index 5c455aac..daa768c0 100644 --- a/backend/src/dutchie-az/types/index.ts +++ b/backend/src/dutchie-az/types/index.ts @@ -350,6 +350,7 @@ export interface Dispensary { id: number; platform: 'dutchie'; name: string; + dbaName?: string; slug: string; city: string; state: string;