fix: add missing tracing::warn import, hide QuickActionsCard
All checks were successful
Build Archipelago ISO (dev) / build-iso (push) Successful in 58m52s
Container Orchestration Tests / unit-tests (push) Successful in 21m48s
Container Orchestration Tests / smoke-tests (push) Successful in 20m45s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-31 08:44:08 +01:00
parent a279cbe5dd
commit 030015fce6
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ use super::validation::validate_app_id;
use crate::api::rpc::RpcHandler;
use anyhow::{Context, Result};
use tokio::io::{AsyncBufReadExt, BufReader};
use tracing::{debug, info};
use tracing::{debug, info, warn};
impl RpcHandler {
/// Install a package from a Docker image.