mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-23 22:32:57 +00:00
Nullability, updated version
This commit is contained in:
@@ -109,7 +109,7 @@ namespace CryptoExchange.Net.Authentication
|
||||
{
|
||||
if (data[key] == null)
|
||||
return null;
|
||||
return (string) data[key];
|
||||
return (string) data[key]!;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user