fix: tailing comma

This commit is contained in:
こけっち 2022-09-17 01:11:26 +09:00
parent f97146be98
commit 6de468573a
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1

View File

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