Skip to content

Commit f1a5bf4

Browse files
committed
fix tests
1 parent a9dc4d1 commit f1a5bf4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/app/api/files/upload/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { createLogger } from '@sim/logger'
22
import { getErrorMessage } from '@sim/utils/errors'
33
import { type NextRequest, NextResponse } from 'next/server'
4+
import { sanitizeFileName } from '@/executor/constants'
45
import '@/lib/uploads/core/setup.server'
56
import { AuditAction, AuditResourceType, recordAudit } from '@sim/audit'
67
import {

0 commit comments

Comments
 (0)