mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-04 08:25:57 +00:00
chore: please the linter
This commit is contained in:
parent
787c4e90f2
commit
48780b4b29
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ function getGameList() {
|
||||||
gamelist = Object.keys(games).map(key => {
|
gamelist = Object.keys(games).map(key => {
|
||||||
const item = games[key];
|
const item = games[key];
|
||||||
return {
|
return {
|
||||||
keys: [key ],
|
keys: [ key ],
|
||||||
pretty: item.name,
|
pretty: item.name,
|
||||||
options: item.options,
|
options: item.options,
|
||||||
extra: item.extra || {}
|
extra: item.extra || {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue