Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniw committed Aug 12, 2024
1 parent 0ef7509 commit 8e1b9e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/public/src/lib/notificationsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function determineUserActionForGoogleAnalytics() {
if (msgType === USER_MSG_TYPE_PAYMENT_ACCEPTED) {
return {
action: GOOGLE_ANALYTICS_EVENT_TYPE["GA_PURCHASE"],
order: userMsg.order
order: userMsg.order
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/src/util/gaUtils.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ga4 from "react-ga4"

export function sendGAEvent({ category, action, label, value }) {
let event = {
const event = {
category: category,
action: action,
label: label,
Expand Down

0 comments on commit 8e1b9e7

Please sign in to comment.