You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.logger!.LogInformation($"Checked for an update: update available='{response.UpdateIsAvailable}'; error='{response.Error}'; next version='{response.NewVersion}'; changelog len='{response.Changelog.Length}'");
230
+
returnresponse;
229
231
}
230
232
catch(Exceptione)
231
233
{
@@ -267,7 +269,7 @@ public async Task<RequestedSecret> GetAPIKey(IProvider provider)
267
269
returnnewRequestedSecret(false,newEncryptedText(string.Empty),"Failed to get the API key due to an API issue.");
0 commit comments