pass undefined instead of null so that default value can be used

This commit is contained in:
Sean Yesmunt 2020-06-08 16:17:00 -04:00
parent 6c12525df3
commit f11d06817f

View file

@ -349,7 +349,7 @@ export function doDaemonReady() {
analytics.trendingAlgorithmEvent(trendingAlgorithm);
}
},
null,
undefined,
DOMAIN
)
);