From 890104e9f38cca8793c85cb787c581f199005add Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 17 Nov 2021 19:25:31 +0000 Subject: [PATCH] --- server/AyaNova/util/License.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/AyaNova/util/License.cs b/server/AyaNova/util/License.cs index 0c0f9fda..4e6d937d 100644 --- a/server/AyaNova/util/License.cs +++ b/server/AyaNova/util/License.cs @@ -507,8 +507,9 @@ namespace AyaNova.Core log.LogInformation($"Fetching license for DBID {LicenseDbId}"); var FetchRequest = new dtoFetchRequest() { DbId = LicenseDbId }; + string AppendToLicenseUrl=string.Empty; #if (DEBUG) - string AppendToLicenseUrl = "rvf"; + AppendToLicenseUrl = "rvf"; if (devTestTrial) { AppendToLicenseUrl += "?dtt=true";//signal to rockfish to provide a key immediately for dev testing