fix: uid = await get_user()
This commit is contained in:
parent
d33889c4ae
commit
46640803b5
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user