From 2c88dc05d6be878b0e39b4bfffa64f6c6b364ee2 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Fri, 19 Jul 2024 12:45:31 -0400 Subject: [PATCH] Fix namespaces --- src/Web/Features/Creators/Handlers/GetCreatorByAlias.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/Features/Creators/Handlers/GetCreatorByAlias.cs b/src/Web/Features/Creators/Handlers/GetCreatorByAlias.cs index eaea0aa..b606a13 100644 --- a/src/Web/Features/Creators/Handlers/GetCreatorByAlias.cs +++ b/src/Web/Features/Creators/Handlers/GetCreatorByAlias.cs @@ -2,7 +2,7 @@ using Hutopy.Application.Common.Interfaces; using Hutopy.Application.Common.Models; -namespace Hutopy.Web.Creators.Handlers; +namespace Hutopy.Web.Features.Creators.Handlers; public class GetCreatorByAlias( IIdentityService identityService)