pass undefined instead of null so that default value can be used
This commit is contained in:
parent
6c12525df3
commit
f11d06817f
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ export function doDaemonReady() {
|
|||
analytics.trendingAlgorithmEvent(trendingAlgorithm);
|
||||
}
|
||||
},
|
||||
null,
|
||||
undefined,
|
||||
DOMAIN
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue