Zen: disable autoreload by default

This commit is contained in:
Frank
2026-01-21 16:17:35 -05:00
parent 3fb7fe07a8
commit b766a34ad3
@@ -87,7 +87,6 @@ export async function POST(input: APIEvent) {
...(customer?.customerID
? {}
: {
reload: true,
reloadError: null,
timeReloadError: null,
}),