Skip to content

Commit

Permalink
pass undefined instead of null so that default value can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Yesmunt committed Jun 8, 2020
1 parent 6c12525 commit f11d068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/redux/actions/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export function doDaemonReady() {
analytics.trendingAlgorithmEvent(trendingAlgorithm);
}
},
null,
undefined,
DOMAIN
)
);
Expand Down

0 comments on commit f11d068

Please sign in to comment.