Skip to content

Commit bf0389b

Browse files
author
Theodore Li
committed
Fix lint
1 parent a38f572 commit bf0389b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/sim/app/(home)/components/demo-request/demo-request-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import {
1616
} from '@/components/emcn'
1717
import { Check } from '@/components/emcn/icons'
1818
import {
19-
DEMO_REQUEST_REGION_OPTIONS,
2019
DEMO_REQUEST_COMPANY_SIZE_OPTIONS,
20+
DEMO_REQUEST_REGION_OPTIONS,
2121
type DemoRequestPayload,
2222
demoRequestSchema,
2323
} from '@/app/(home)/components/demo-request/consts'

apps/sim/app/api/demo-requests/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { sendEmail } from '@/lib/messaging/email/mailer'
99
import { getFromEmailAddress } from '@/lib/messaging/email/utils'
1010
import {
1111
demoRequestSchema,
12-
getDemoRequestRegionLabel,
1312
getDemoRequestCompanySizeLabel,
13+
getDemoRequestRegionLabel,
1414
} from '@/app/(home)/components/demo-request/consts'
1515

1616
const logger = createLogger('DemoRequestAPI')

0 commit comments

Comments
 (0)