fix stuff + add stuff
This commit is contained in:
parent
7cd870c9e0
commit
5a2f072b02
@ -99,8 +99,8 @@ Returns basic data about a given YouTube video using PokeTubeAPI.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
const getDislikesData = async (videoId) => {
|
const getDislikesData = async (videoId) => {
|
||||||
const pokeTubeAPI = new PokeTubeDislikesAPIManager(videoId);
|
const pokeTubeAPIDislikes = new PokeTubeDislikesAPIManager(videoId);
|
||||||
return await pokeTubeAPI.getData();
|
return await pokeTubeAPIDislikes.getData();
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = getDislikesData;
|
module.exports = getDislikesData;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user