Skip to content

Commit

Permalink
Fix bug with data collection
Browse files Browse the repository at this point in the history
  • Loading branch information
walidkayhan committed Jul 8, 2024
1 parent edfa16e commit 37c0986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/containers/Firmware/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Firmware = ({ modalClose, halDescriptions, halGroups }) => {
addControllerEvents(controllerEvents);

const timeout = setTimeout(() => {
collectUserUsageData(USAGE_TOOL_NAME.MOVEMENT_TUNING);
collectUserUsageData(USAGE_TOOL_NAME.FIRMWARE);
}, 5000);

return () => {
Expand Down

0 comments on commit 37c0986

Please sign in to comment.