Skip to content

Commit

Permalink
fixed wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam4415 committed Dec 18, 2020
1 parent 720b4ac commit 366d838
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integrations/GA4/utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ function isReservedName(name) {
}

function getDestinationEventName(event) {
return eventNamesConfigArray.find((p) =>
p.src.includes(event.toLowerCase())
);
return eventNamesConfigArray.find((p) => p.src.includes(event.toLowerCase()));
}

/*
Expand Down

0 comments on commit 366d838

Please sign in to comment.