Revert "Replace the keyword void to Task for async method"

This reverts commit 0ad978bb6b.
This commit is contained in:
Namhyeon Go 2025-05-11 01:21:08 +09:00
parent 1ab70d7cd7
commit 5087359ac3

View File

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