Replace the keyword void to Task for async method

This commit is contained in:
Namhyeon Go 2025-05-10 16:53:47 +09:00
parent a001471451
commit 0ad978bb6b

View File

@ -422,7 +422,7 @@ namespace WelsonJS.Launcher
}
}
private static async void FetchBlobConfig()
private static async Task FetchBlobConfig()
{
try
{