fmt: phase_runner inject_node_agents
This commit is contained in:
@@ -366,9 +366,7 @@ async fn inject_node_agents(
|
|||||||
team_id: Uuid,
|
team_id: Uuid,
|
||||||
graph: serde_json::Value,
|
graph: serde_json::Value,
|
||||||
) -> serde_json::Value {
|
) -> serde_json::Value {
|
||||||
let members = match sqlx::query(
|
let members = match sqlx::query("SELECT node_id, claw_id FROM team_members WHERE team_id = $1")
|
||||||
"SELECT node_id, claw_id FROM team_members WHERE team_id = $1",
|
|
||||||
)
|
|
||||||
.bind(team_id)
|
.bind(team_id)
|
||||||
.fetch_all(pool)
|
.fetch_all(pool)
|
||||||
.await
|
.await
|
||||||
|
|||||||
Reference in New Issue
Block a user