feat: Add return to Program.cs Main call

This commit is contained in:
Alan Rynne
2023-10-27 11:12:44 +02:00
committed by GitHub
parent 10119654ca
commit 9ac1756937
+1 -1
View File
@@ -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);