0.1.11 ai修复与全屏
This commit is contained in:
@@ -26,6 +26,7 @@ export async function GET(request: Request) {
|
||||
.from("media_assets")
|
||||
.select("*")
|
||||
.eq("workspace_id", workspaceId)
|
||||
.is("deleted_at", null)
|
||||
.order("created_at", { ascending: false })
|
||||
.limit(Number.isNaN(limit) ? 12 : limit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user