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:
parent
6ec770349c
commit
aeea510445
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue