This commit is contained in:
@@ -71,6 +71,7 @@ pub async fn update_channel(
|
||||
schedule_config: req.schedule_config.map(Into::into),
|
||||
rotation_policy: req.rotation_policy,
|
||||
auto_schedule: req.auto_schedule,
|
||||
gap_filler: req.gap_filler,
|
||||
};
|
||||
let channel = application::channels::update::execute(&state.channel_command_deps, cmd).await?;
|
||||
Ok(Json(ChannelResponse::from(channel)))
|
||||
|
||||
Reference in New Issue
Block a user