mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
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);
|
analytics.trendingAlgorithmEvent(trendingAlgorithm);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
null,
|
undefined,
|
||||||
DOMAIN
|
DOMAIN
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue