ORDER typo

This commit is contained in:
zeppi 2021-12-02 21:17:08 -05:00 committed by jessopb
parent 60f2fd65fd
commit b778c70837

View file

@ -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())}`,