1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 03:34:46 -05:00

add a blank space

This commit is contained in:
Ashley 2022-07-10 23:52:00 +03:00 committed by GitHub
parent c576135036
commit d7e8120b7c

View file

@ -37,6 +37,7 @@ module.exports = async function (video_id) {
var j = toJson(h); var j = toJson(h);
return JSON.parse(j); return JSON.parse(j);
} }
/* /*
* Returner object * Returner object
*/ */