diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/api/admin/clear-test-data/route.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/api/admin/clear-test-data/route.ts b/app/api/admin/clear-test-data/route.ts index b54adf34..34838ea8 100644 --- a/app/api/admin/clear-test-data/route.ts +++ b/app/api/admin/clear-test-data/route.ts @@ -11,7 +11,8 @@ import { tagClasses, tagClassAttributes, tagTypeClassFormMappings, - vendorDataReportTemps + vendorDataReportTemps, + templateItems } from '@/db/schema/vendorData' import { NextRequest } from 'next/server' |
