fix violation files

This commit is contained in:
Dima yawaflua Andreev
2024-06-26 01:44:19 +03:00
parent cb23437772
commit 5486830513
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ using System.Threading.Tasks;
namespace SPWorldsApi.Users
{
internal interface IUserWrapper
public interface IUserWrapper
{
HttpClient.HttpRequest client { get; set; }
internal async Task<string> SendRequest(string endpoint, HttpMethod method = null, object body = null)