diff --git a/src/Services/Identity/Identity.API/GlobalUsings.cs b/src/Services/Identity/Identity.API/GlobalUsings.cs index 83a016497..8c5ac350f 100644 --- a/src/Services/Identity/Identity.API/GlobalUsings.cs +++ b/src/Services/Identity/Identity.API/GlobalUsings.cs @@ -61,7 +61,7 @@ global using System; global using System.Reflection; global using Microsoft.OpenApi.Models; global using Sytem.IO.Path; -global using Sytem; +global using System; diff --git a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs index ab579dfd2..e440df0ec 100644 --- a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs +++ b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs @@ -51,5 +51,5 @@ global using Webhooks.API; global using System.Reflection; global using Microsoft.OpenApi.Models; global using Sytem.IO.Path; -global using Sytem; +global using System;