mirror of
https://onedev.fprog.nl/DiscordClient
synced 2025-12-29 08:18:36 +01:00
Renamed to adhere to conventions.
This commit is contained in:
parent
693031b2dd
commit
8b65461267
|
|
@ -9,5 +9,5 @@ namespace DiscordClient.Data
|
|||
/// This class holds both the HttpResponseMessage
|
||||
/// and deserialized JSON data.
|
||||
/// </summary>
|
||||
public record HttpData<T>(HttpResponseMessage httpResponse, T? deserializedData);
|
||||
public record HttpData<T>(HttpResponseMessage HttpResponse, T? DeserializedData);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue