fix: uid = await get_user()

This commit is contained in:
yumoqing 2026-08-05 18:12:24 +08:00
parent d33889c4ae
commit 46640803b5

View File

@ -1,6 +1,7 @@
# cockpit_context.dspy — 返回当前上下文(项目/迭代),供前端 context_bar 显示
import json
uid = await get_user()
dbname = get_module_dbname('pipeline-sdlc')
async with DBPools().sqlorContext(dbname) as sor:
recs = await sor.sqlExe(