code cleanup (#743)
* update tools * run code cleanup * update dependencies
This commit is contained in:
@@ -6,4 +6,4 @@ namespace ErsatzTV.Application.Playouts;
|
||||
public record CreatePlayout(
|
||||
int ChannelId,
|
||||
int ProgramScheduleId,
|
||||
ProgramSchedulePlayoutType ProgramSchedulePlayoutType) : IRequest<Either<BaseError, CreatePlayoutResponse>>;
|
||||
ProgramSchedulePlayoutType ProgramSchedulePlayoutType) : IRequest<Either<BaseError, CreatePlayoutResponse>>;
|
||||
|
||||
Reference in New Issue
Block a user