Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet committed Dec 27, 2024
1 parent a7d4967 commit 53a944b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const getFirstEvent = (eventEmitter: EventEmitter, eventMap: any): Promis
resolve(value)
}
for (const [event, type] of Object.entries(eventMap)) {
const listener = (event: any) => {
const listener = (event: any): void => {
cleanup({
type,
event,
Expand Down

0 comments on commit 53a944b

Please sign in to comment.