Add dbaName to Dispensary type to fix TypeScript build error

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kelly
2025-12-03 21:12:05 -07:00
parent 05f4de86d3
commit 202a3b92bf

View File

@@ -350,6 +350,7 @@ export interface Dispensary {
id: number;
platform: 'dutchie';
name: string;
dbaName?: string;
slug: string;
city: string;
state: string;