We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def9470 commit a4940f6Copy full SHA for a4940f6
1 file changed
apps/sim/app/api/function/execute/route.ts
@@ -650,7 +650,6 @@ export async function POST(req: NextRequest) {
650
try {
651
const body = await req.json()
652
653
- // Import timeout constant dynamically to avoid circular deps
654
const { DEFAULT_EXECUTION_TIMEOUT_MS } = await import('@/lib/execution/constants')
655
656
const {
0 commit comments