ORDER typo
This commit is contained in:
parent
60f2fd65fd
commit
b778c70837
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ export function GetLinksData(
|
||||||
link: `/$/${PAGES.DISCOVER}?${CS.ORDER_BY_KEY}=${CS.ORDER_BY_TOP}&${CS.FRESH_KEY}=${CS.FRESH_DAY}`,
|
link: `/$/${PAGES.DISCOVER}?${CS.ORDER_BY_KEY}=${CS.ORDER_BY_TOP}&${CS.FRESH_KEY}=${CS.FRESH_DAY}`,
|
||||||
options: {
|
options: {
|
||||||
pageSize: getPageSize(showPersonalizedChannels || showPersonalizedTags ? 4 : 8),
|
pageSize: getPageSize(showPersonalizedChannels || showPersonalizedTags ? 4 : 8),
|
||||||
orderBy: CS.ORDER_BY_TOP_VALUEs,
|
orderBy: CS.ORDER_BY_TOP_VALUE,
|
||||||
claimType: ['stream'],
|
claimType: ['stream'],
|
||||||
limitClaimsPerChannel: 2,
|
limitClaimsPerChannel: 2,
|
||||||
releaseTime: `>${Math.floor(moment().subtract(1, 'day').startOf('day').unix())}`,
|
releaseTime: `>${Math.floor(moment().subtract(1, 'day').startOf('day').unix())}`,
|
||||||
|
|
Loading…
Reference in a new issue