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 28401e9 commit be30247Copy full SHA for be30247
source/VersionHandler/src/VersionHandler.cs
@@ -381,9 +381,7 @@ public static string[] FindAllAssets() {
381
/// </summary>
382
public static void UpdateVersionedAssets(bool forceUpdate = false) {
383
InvokeImplMethod("UpdateVersionedAssets",
384
- namedArgs: new Dictionary<string, object> {
385
- { "forceUpdate", forceUpdate }
386
- },
+ args: new object[] { forceUpdate },
387
schedule: true);
388
}
389
0 commit comments