From 97c07e4183171248c2616684c28e90d430a80dec Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 1 Apr 2026 15:25:20 +0800 Subject: [PATCH] bugfix --- wwwroot/video/index.dspy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wwwroot/video/index.dspy b/wwwroot/video/index.dspy index 7c9d8a6..faa4417 100644 --- a/wwwroot/video/index.dspy +++ b/wwwroot/video/index.dspy @@ -1,4 +1,6 @@ userid = await get_user() +userorgid = await get_userorgid() + if userid is None: return openai_403