mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-20 21:02:55 +00:00
Fixed some warnings
This commit is contained in:
@@ -65,7 +65,9 @@ namespace CryptoExchange.Net.Objects
|
||||
/// <param name="error"></param>
|
||||
public CallResult([AllowNull]T data, Error? error): base(error)
|
||||
{
|
||||
#pragma warning disable 8601
|
||||
Data = data;
|
||||
#pragma warning disable 8601
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user