Skip to content

Commit 80a1530

Browse files
committed
fix(scf): update async run function error
1 parent c3e8040 commit 80a1530

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/scf/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ class Scf {
163163
delete functionInputs.Handler;
164164
delete functionInputs.Code;
165165
delete functionInputs.CodeSource;
166+
delete functionInputs.AsyncRunEnable;
166167
// +++++++++++++++++++++++
167168
// Below are very strange logical for layer unbind, but backend api need me to do this.
168169
// handle unbind one layer

0 commit comments

Comments
 (0)