remove unnecessary usings from solution, fixes in metrics

This commit is contained in:
rootdarkarchon
2022-12-20 12:00:23 +01:00
parent 7d3297e1e8
commit ea19231851
9 changed files with 8 additions and 21 deletions

View File

@@ -1,6 +1,5 @@
using MareSynchronos.API;
using MareSynchronosServer.Utils;
using MareSynchronosShared.Authentication;
using MareSynchronosShared.Models;
using MareSynchronosShared.Utils;
using Microsoft.AspNetCore.Authorization;
@@ -8,7 +7,6 @@ using Microsoft.AspNetCore.SignalR;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Security.Cryptography;
using System.Threading.Tasks;

View File

@@ -7,7 +7,6 @@ using MareSynchronos.API;
using MareSynchronosServer.Utils;
using MareSynchronosShared.Metrics;
using MareSynchronosShared.Models;
using MareSynchronosShared.Protos;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.SignalR;
using Microsoft.EntityFrameworkCore;

View File

@@ -23,7 +23,6 @@ using MareSynchronosServer.Services;
using System.Net.Http;
using MareSynchronosServer.Utils;
using MareSynchronosServer.RequirementHandlers;
using MareSynchronosShared.Services;
using Microsoft.Extensions.Logging;
namespace MareSynchronosServer;