We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc62302 commit cf48e53Copy full SHA for cf48e53
Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs
@@ -37,7 +37,7 @@ public async Task InitializeAsync()
37
_storage = new JsonStorage<ConcurrentDictionary<string, object>>(SettingPath);
38
Settings = await _storage.LoadAsync();
39
40
- if (Settings != null || Configuration == null)
+ if (Configuration == null)
41
{
42
return;
43
}
0 commit comments