We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc74085 commit 7c78f5eCopy full SHA for 7c78f5e
apps/web/actions/videos/get-status.ts
@@ -3,6 +3,7 @@
3
import { db } from "@cap/database";
4
import { users, videos } from "@cap/database/schema";
5
import type { VideoMetadata } from "@cap/database/types";
6
+import { serverEnv } from "@cap/env";
7
import { provideOptionalAuth, VideosPolicy } from "@cap/web-backend";
8
import { Policy, type Video } from "@cap/web-domain";
9
import { eq } from "drizzle-orm";
@@ -11,7 +12,6 @@ import * as EffectRuntime from "@/lib/server";
11
12
import { isAiGenerationEnabled } from "@/utils/flags";
13
import { transcribeVideo } from "../../lib/transcribe";
14
import { generateAiMetadata } from "./generate-ai-metadata";
-import { serverEnv } from "@cap/env";
15
16
const MAX_AI_PROCESSING_TIME = 10 * 60 * 1000;
17
0 commit comments