diff --git a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs index db3a13633..8976a1d32 100644 --- a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs +++ b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs @@ -50,5 +50,5 @@ global using Webhooks.API.Services; global using Webhooks.API; global using System.Reflection; global using Microsoft.OpenApi.Models; -global using Sytem.IO.Path; +global using System.IO.Path;