feat: Add return to Program.cs Main call
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Speckle.Automate.Sdk;
|
||||
|
||||
// WARNING do not delete this call, this is the actual execution of your function
|
||||
await AutomationRunner
|
||||
return await AutomationRunner
|
||||
.Main<FunctionInputs>(args, AutomateFunction.Run)
|
||||
.ConfigureAwait(false);
|
||||
|
||||
Reference in New Issue
Block a user