Browse Source

Dublicated namespaces deleted.

pull/1882/head
Onurkan Bakırcı 2 years ago
committed by GitHub
parent
commit
e6784ac862
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      src/Services/Identity/Identity.API/GlobalUsings.cs
  2. +0
    -1
      src/Services/Webhooks/Webhooks.API/GlobalUsings.cs

+ 0
- 1
src/Services/Identity/Identity.API/GlobalUsings.cs View File

@ -61,7 +61,6 @@ global using System;
global using System.Reflection; global using System.Reflection;
global using Microsoft.OpenApi.Models; global using Microsoft.OpenApi.Models;
global using Sytem.IO.Path; global using Sytem.IO.Path;
global using System;


+ 0
- 1
src/Services/Webhooks/Webhooks.API/GlobalUsings.cs View File

@ -51,5 +51,4 @@ global using Webhooks.API;
global using System.Reflection; global using System.Reflection;
global using Microsoft.OpenApi.Models; global using Microsoft.OpenApi.Models;
global using Sytem.IO.Path; global using Sytem.IO.Path;
global using System;

Loading…
Cancel
Save