Skip to content

Commit a4940f6

Browse files
committed
remove comment
1 parent def9470 commit a4940f6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • apps/sim/app/api/function/execute

apps/sim/app/api/function/execute/route.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ export async function POST(req: NextRequest) {
650650
try {
651651
const body = await req.json()
652652

653-
// Import timeout constant dynamically to avoid circular deps
654653
const { DEFAULT_EXECUTION_TIMEOUT_MS } = await import('@/lib/execution/constants')
655654

656655
const {

0 commit comments

Comments
 (0)