maybe a few too many fixes
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 41s

This commit is contained in:
2025-12-28 21:38:31 -08:00
parent ba67ace190
commit 2e72ee81dd
40 changed files with 850 additions and 662 deletions

View File

@@ -200,6 +200,7 @@ export const createMockFlyer = (
valid_from: new Date().toISOString().split('T')[0],
valid_to: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000).toISOString().split('T')[0], // 7 days from now
store_address: '123 Main St, Anytown, USA',
status: 'processed',
item_count: 50,
uploaded_by: null,
store,