mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 11:10:13 +00:00
Fix whitespace
This commit is contained in:
parent
3457e884dc
commit
fb58bcdc67
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using System.Net;
|
||||
using System.Net;
|
||||
using System.Net.Http.Json;
|
||||
|
||||
namespace PluralKit.Bot;
|
||||
|
|
@ -40,7 +40,7 @@ public class AvatarHostingService
|
|||
RehostedImageType.Banner => "banner",
|
||||
_ => throw new ArgumentOutOfRangeException(nameof(type), type, null)
|
||||
};
|
||||
|
||||
|
||||
var response = await _client.PostAsJsonAsync(_config.AvatarServiceUrl + "/pull",
|
||||
new { url = avatarUrl, kind, uploaded_by = userId });
|
||||
if (response.StatusCode != HttpStatusCode.OK)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue