(input: AppTriggerEventOptions)
| 111 | } |
| 112 | |
| 113 | function triggerEventPositionals(input: AppTriggerEventOptions): string[] { |
| 114 | return [input.event, ...(input.payload ? [JSON.stringify(input.payload)] : [])]; |
| 115 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…