We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0c526 commit 8677014Copy full SHA for 8677014
2 files changed
src/Server/Controllers/DownloadController.cs
@@ -1,5 +1,3 @@
1
-using System.Net;
2
-using Gommon;
3
using Microsoft.AspNetCore.Mvc;
4
using Ryujinx.Systems.Update.Common;
5
using Ryujinx.Systems.Update.Server.Services.GitLab;
src/Server/Helpers/Http/Endpoint/PaginatedEndpoint.Builder.cs
@@ -1,5 +1,4 @@
-using System.Net.Http.Json;
-using System.Text.Json.Serialization.Metadata;
+using System.Text.Json.Serialization.Metadata;
using Gommon;
using Ryujinx.Systems.Update.Server.Services;
0 commit comments