This commit is contained in:
TheXamlGuy
2024-05-24 08:21:49 +01:00
parent e82fa8d05f
commit 12d1392207
90 changed files with 146 additions and 168 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ public class CreateContainerHandler(IContainerFactory componentFactory,
IPublisher publisher) :
IHandler<CreateEventArgs<ContainerToken>, bool>
{
public async Task<bool> Handle(CreateEventArgs<ContainerToken> args,
public async Task<bool> Handle(CreateEventArgs<ContainerToken> args,
CancellationToken cancellationToken)
{
if (args.Value is ContainerToken container && container.Name is { Length: > 0 } name &&