0.1.11 ai修复与全屏
This commit is contained in:
@@ -20,6 +20,7 @@ export async function POST(request: Request) {
|
||||
.from("media_assets")
|
||||
.update({ ocr_status: "processing" })
|
||||
.eq("id", assetId)
|
||||
.is("deleted_at", null)
|
||||
.limit(1);
|
||||
|
||||
if (error) {
|
||||
|
||||
Reference in New Issue
Block a user