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 062cd2a commit 754533fCopy full SHA for 754533f
Flow.Launcher/PublicAPIInstance.cs
@@ -296,7 +296,7 @@ public void SavePluginSettings()
296
{
297
foreach (var savable in _pluginJsonStorages.Values)
298
299
- savable?.Save();
+ savable.Save();
300
}
301
302
@@ -514,7 +514,7 @@ public void SavePluginCaches()
514
515
foreach (var savable in _pluginBinaryStorages.Values)
516
517
518
519
520
0 commit comments