refactor(application): strip comments, DRY ownership check + parse_content_type

This commit is contained in:
2026-07-12 04:10:58 +02:00
parent 98a54245b1
commit 9dcd169689
62 changed files with 56 additions and 203 deletions

View File

@@ -5,9 +5,6 @@ use domain::{DomainError, DomainResult};
use super::commands::SaveSnapshotCommand;
use super::deps::ConfigSnapshotDeps;
/// Save a snapshot of the channel's current schedule config.
///
/// Flow: find channel -> snapshot its current config -> return snapshot.
pub async fn execute(
deps: &ConfigSnapshotDeps,
cmd: SaveSnapshotCommand,