fix(domain): use ChannelId type in patch_config_snapshot_label
This commit is contained in:
@@ -94,7 +94,7 @@ pub trait ChannelRepository: Send + Sync {
|
|||||||
|
|
||||||
async fn patch_config_snapshot_label(
|
async fn patch_config_snapshot_label(
|
||||||
&self,
|
&self,
|
||||||
channel_id: Uuid,
|
channel_id: ChannelId,
|
||||||
snapshot_id: Uuid,
|
snapshot_id: Uuid,
|
||||||
label: Option<String>,
|
label: Option<String>,
|
||||||
) -> DomainResult<Option<ChannelConfigSnapshot>>;
|
) -> DomainResult<Option<ChannelConfigSnapshot>>;
|
||||||
|
|||||||
Reference in New Issue
Block a user