updates directory name

This commit is contained in:
Claire Kuang
2024-01-30 20:48:04 +00:00
parent f2dd2e04d4
commit 2eccfafe45
4 changed files with 0 additions and 0 deletions
-6
View File
@@ -1,6 +0,0 @@
using Speckle.Automate.Sdk;
// WARNING do not delete this call, this is the actual execution of your function
return await AutomationRunner
.Main<FunctionInputs>(args, AutomateFunction.Run)
.ConfigureAwait(false);