Skip to content

Commit 5334c2b

Browse files
committed
lint
1 parent def6e90 commit 5334c2b

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/api/tools/microsoft_excel/sheets

1 file changed

+1
-1
lines changed

apps/sim/app/api/tools/microsoft_excel/sheets/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { createLogger } from '@sim/logger'
22
import { type NextRequest, NextResponse } from 'next/server'
33
import { authorizeCredentialUse } from '@/lib/auth/credential-access'
44
import { generateRequestId } from '@/lib/core/utils/request'
5-
import { getItemBasePath } from '@/tools/microsoft_excel/utils'
65
import { refreshAccessTokenIfNeeded } from '@/app/api/auth/oauth/utils'
6+
import { getItemBasePath } from '@/tools/microsoft_excel/utils'
77

88
export const dynamic = 'force-dynamic'
99

0 commit comments

Comments
 (0)