fix: tailing comma

This commit is contained in:
2022-09-17 01:11:26 +09:00
parent f97146be98
commit 6de468573a

View File

@ -43,7 +43,7 @@ const ytFetch = () => {
player = info.player; player = info.player;
}); });
}); });
} };
ytFetch(); ytFetch();