mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:58:24 +01:00
remove j :3
This commit is contained in:
parent
4b76c5187b
commit
d449d412f1
1 changed files with 1 additions and 3 deletions
|
@ -284,13 +284,12 @@ module.exports = function (app, config, renderTemplate) {
|
|||
stream,
|
||||
c,
|
||||
cinv,
|
||||
boutJson,
|
||||
},
|
||||
timestamp: Date.now(),
|
||||
};
|
||||
|
||||
if (cache[ID] && Date.now() - cache[ID].timestamp < 3600000) {
|
||||
var { tj, shorts, stream, c, boutJson } = cache[ID].result;
|
||||
var { tj, shorts, stream, c } = cache[ID].result;
|
||||
}
|
||||
|
||||
//TOBEREMOVED
|
||||
|
@ -322,7 +321,6 @@ module.exports = function (app, config, renderTemplate) {
|
|||
tab,
|
||||
shorts,
|
||||
firstVideo:ChannelFirstVideoObject,
|
||||
j: boutJson,
|
||||
sort: sort_by,
|
||||
stream,
|
||||
tj,
|
||||
|
|
Loading…
Reference in a new issue