mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
style: pretty please (#175)
Co-authored-by: jacoobes <jacoobes@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e986535935
commit
1b6c413fc2
4935
package-lock.json
generated
Normal file
4935
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
4116
pnpm-lock.yaml
generated
4116
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -96,7 +96,7 @@ export function processEvents({ containerConfig, events }: Wrapper) {
|
||||
executeEvent.pipe(
|
||||
tap(success => {
|
||||
if (success) {
|
||||
if(Array.isArray(event)) {
|
||||
if (Array.isArray(event)) {
|
||||
payload.cmd.execute(...event);
|
||||
} else {
|
||||
payload.cmd.execute(event as never);
|
||||
|
||||
Reference in New Issue
Block a user