nit: nullable Http::GetJson<T>
This commit is contained in:
parent
864df57a5c
commit
98abb0566b
|
|
@ -4,7 +4,7 @@ namespace Kiseki.Launcher.Helpers
|
|||
{
|
||||
public static class Http
|
||||
{
|
||||
public static T GetJson<T>(string url)
|
||||
public static T? GetJson<T>(string url)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue