Skip to content

Commit 6d2fc33

Browse files
format
1 parent 0baadd1 commit 6d2fc33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/web/app/api/upload/[...route]/multipart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import {
1111
provideOptionalAuth,
1212
S3Buckets,
1313
Videos,
14-
VideosRepo,
1514
VideosPolicy,
15+
VideosRepo,
1616
} from "@cap/web-backend";
1717
import { CurrentUser, Policy, Video } from "@cap/web-domain";
1818
import { zValidator } from "@hono/zod-validator";

apps/web/lib/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import {
1313
SpacesPolicy,
1414
Videos,
1515
VideosPolicy,
16-
Workflows,
1716
VideosRepo,
17+
Workflows,
1818
} from "@cap/web-backend";
1919
import { type HttpAuthMiddleware, Video } from "@cap/web-domain";
2020
import {

0 commit comments

Comments
 (0)