mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 23:57:50 +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,
|
stream,
|
||||||
c,
|
c,
|
||||||
cinv,
|
cinv,
|
||||||
boutJson,
|
|
||||||
},
|
},
|
||||||
timestamp: Date.now(),
|
timestamp: Date.now(),
|
||||||
};
|
};
|
||||||
|
|
||||||
if (cache[ID] && Date.now() - cache[ID].timestamp < 3600000) {
|
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
|
//TOBEREMOVED
|
||||||
|
@ -322,7 +321,6 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
tab,
|
tab,
|
||||||
shorts,
|
shorts,
|
||||||
firstVideo:ChannelFirstVideoObject,
|
firstVideo:ChannelFirstVideoObject,
|
||||||
j: boutJson,
|
|
||||||
sort: sort_by,
|
sort: sort_by,
|
||||||
stream,
|
stream,
|
||||||
tj,
|
tj,
|
||||||
|
|
Loading…
Reference in a new issue