1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

eslint: unused var game_display

This commit is contained in:
lemonslut 2025-06-07 17:07:09 -06:00
parent 6ec770349c
commit aeea510445
No known key found for this signature in database

View file

@ -360,8 +360,7 @@ export const Video = {
return null;
const video = result.data.video,
game = video.game,
game_display = game && game.displayName;
game = video.game;
const fragments = {
title: video.title,