remove unused constant

This commit is contained in:
Vikhyath Mondreti
2026-02-04 01:48:42 -08:00
parent cb63e98dc8
commit e63a642f11

View File

@@ -596,8 +596,6 @@ export async function POST(req: NextRequest, { params }: { params: Promise<{ id:
}
}
const shouldCleanupBase64 = true
try {
const startTime = new Date()
@@ -901,7 +899,7 @@ export async function POST(req: NextRequest, { params }: { params: Promise<{ id:
})
} finally {
timeoutController.cleanup()
if (executionId && shouldCleanupBase64) {
if (executionId) {
await cleanupExecutionBase64Cache(executionId)
}
if (!isStreamClosed) {