Skip to content

Commit 4793cc4

Browse files
committed
fix: reorder import statements for consistency
1 parent 8e74150 commit 4793cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/functions/_backend/files/files_config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import type { MiddlewareKeyVariables } from '../utils/hono.ts'
22
import { getRuntimeKey } from 'hono/adapter'
33
import { Hono } from 'hono/tiny'
4-
import { ALERT_UPLOAD_SIZE_BYTES, MAX_CHUNK_SIZE_BYTES, MAX_UPLOAD_LENGTH_BYTES } from './util.ts'
54
import { useCors } from '../utils/hono.ts'
5+
import { ALERT_UPLOAD_SIZE_BYTES, MAX_CHUNK_SIZE_BYTES, MAX_UPLOAD_LENGTH_BYTES } from './util.ts'
66

77
export const app = new Hono<MiddlewareKeyVariables>()
88

0 commit comments

Comments
 (0)