rename RecyclePolicy→RotationPolicy, collapse AccessMode, clean OIDC refs

This commit is contained in:
2026-07-12 06:50:25 +02:00
parent efd15c4f53
commit 773e228e21
19 changed files with 81 additions and 145 deletions

View File

@@ -81,7 +81,7 @@ pub async fn update_channel(
description: req.description.map(Some),
timezone: req.timezone,
schedule_config: req.schedule_config.map(Into::into),
recycle_policy: req.recycle_policy,
rotation_policy: req.rotation_policy,
auto_schedule: req.auto_schedule,
};
let channel = application::channels::update::execute(&state.channel_command_deps, cmd).await?;