From 7729d05bbf32bf2223149f1cca53490c47b3cc16 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 19 May 2026 16:21:23 +0800 Subject: [PATCH] bugfix --- wwwroot/list_llmcatelogs/index.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/list_llmcatelogs/index.dspy b/wwwroot/list_llmcatelogs/index.dspy index 39e714a..d9e9b34 100644 --- a/wwwroot/list_llmcatelogs/index.dspy +++ b/wwwroot/list_llmcatelogs/index.dspy @@ -1,5 +1,5 @@ env = request._run_ns async with get_sor_context(env, 'llmage') as sor: recs = await sor.R('llmcatelog', {}) - return recs[] + return recs return []