fix: event-file throw error

This commit is contained in:
wss-git 2021-08-06 13:43:17 +08:00
parent 6a49a32c8e
commit 2d0b94b174
1 changed files with 1 additions and 1 deletions

View File

@ -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;