Skip to content

Commit

Permalink
DAT-2271 Fix typo in logging request
Browse files Browse the repository at this point in the history
  • Loading branch information
plinnegan committed Jan 11, 2023
1 parent 0ab1094 commit bcc59ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class Main extends React.Component<any, {loaded: boolean, dashboardItems:
loaded: true,
dashboardItems
})
datimApi.postJson('/dataStatistics?eventType=PASSIVE_DASHBOARD_VIEW&favourite=LandingPage', undefined)
datimApi.postJson('/dataStatistics?eventType=PASSIVE_DASHBOARD_VIEW&favorite=LandingPage', undefined)
});
}

Expand Down

0 comments on commit bcc59ae

Please sign in to comment.