Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Dec 30, 2023
1 parent 65b90b1 commit 70ef9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function startEvents(
) {
const events = eventsFromQuery.split(',')
events.forEach((event) => {
app.on(event, (data: any) => onEvent({event, data}))
app.on(event, (data: any) => onEvent({ event, data }))
spark.onDisconnects.push(() => app.removeListener(event, onEvent))
})
}
Expand Down

0 comments on commit 70ef9d0

Please sign in to comment.