mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Code cleanup and fix test running
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
using System.Threading.Tasks;
|
||||
using Wabbajack.DTOs.Logins;
|
||||
using Wabbajack.Networking.Http.Interfaces;
|
||||
|
||||
namespace Wabbajack.Networking.NexusApi
|
||||
namespace Wabbajack.Networking.NexusApi;
|
||||
|
||||
public interface ApiKey : ITokenProvider<NexusApiState>
|
||||
{
|
||||
public interface ApiKey : ITokenProvider<NexusApiState>
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user