From bd3909292628f97f88ac010ac196105e02348b59 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Sat, 31 Dec 2022 03:38:33 -0800 Subject: [PATCH] Update AssetsDownloader.cs --- Assets/Scripts/AssetsDownloader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/AssetsDownloader.cs b/Assets/Scripts/AssetsDownloader.cs index 8da3da1..1cfae88 100644 --- a/Assets/Scripts/AssetsDownloader.cs +++ b/Assets/Scripts/AssetsDownloader.cs @@ -297,7 +297,7 @@ namespace QuestAppLauncher Dictionary assetsInfo, IDownloadProgress downloadProgress = null) { if (isorg == true) { - var string GithubApiUrl = GithubApiUrl + "orgs/"; + var GithubApiUrl = GithubApiUrl + "orgs/"; } var requestUrl = GithubApiUrl + repoUri; Debug.LogFormat("Reading assets from {0}", requestUrl);