This commit is contained in:
kevin zhao
2025-11-20 20:11:03 -05:00
parent 14a4911187
commit 6eb4568dd4

View File

@@ -1668,7 +1668,6 @@ mod handlers {
}
}
/// Propagate a user's exec approval decision to the session
/// Also optionally whitelists command in execpolicy
pub async fn exec_approval(sess: &Arc<Session>, id: String, decision: ReviewDecision) {