fix: event-file throw error
This commit is contained in:
parent
6a49a32c8e
commit
2d0b94b174
|
@ -70,7 +70,7 @@ export default class FcRemoteInvoke {
|
|||
const {
|
||||
e: event,
|
||||
f: eventFile,
|
||||
'event-file': eventStdin,
|
||||
'event-stdin': eventStdin,
|
||||
'invocation-type': invocationType = 'sync',
|
||||
'domain-name': domainName,
|
||||
} = argsData;
|
||||
|
|
Loading…
Reference in New Issue