nit: nullable Http::GetJson<T>

This commit is contained in:
rjindael 2023-07-31 03:55:34 -07:00
parent 864df57a5c
commit 98abb0566b
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 1 additions and 1 deletions

View File

@ -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
{