fix: mission_runtime_pairing_code in single-row mapping + fmt
This commit is contained in:
@@ -214,6 +214,7 @@ pub async fn get(pool: &PgPool, id: Uuid, workspace_id: Uuid) -> Result<Option<M
|
||||
target_node_id: r.get("target_node_id"),
|
||||
runtime_container_name: r.get("runtime_container_name"),
|
||||
runtime_endpoint: r.get("runtime_endpoint"),
|
||||
runtime_pairing_code: r.get("runtime_pairing_code"),
|
||||
created_at: r.get("created_at"),
|
||||
updated_at: r.get("updated_at"),
|
||||
completed_at: r.get("completed_at"),
|
||||
|
||||
Reference in New Issue
Block a user