From d172c2446b49b88382ff542b7d038124eda007e6 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Sat, 31 Dec 2022 02:19:55 -0800 Subject: [PATCH] Update AssetsDownloader.cs --- Assets/Scripts/AssetsDownloader.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/AssetsDownloader.cs b/Assets/Scripts/AssetsDownloader.cs index a5cffb9..9aa7d7e 100644 --- a/Assets/Scripts/AssetsDownloader.cs +++ b/Assets/Scripts/AssetsDownloader.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections; using System.Collections.Generic; using System.IO; @@ -31,7 +31,7 @@ namespace QuestAppLauncher // GitHub API url const string GithubApiUrl = @"http://api.github.com/"; - const isorg = true; + const bool isorg = true; if (isorg == true) { GithubApiUrl = GithubApiUrl + "orgs/"; }