mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 18:22:14 +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
@@ -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