mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-04 00:15: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 => {
|
||||
const item = games[key];
|
||||
return {
|
||||
keys: [key ],
|
||||
keys: [ key ],
|
||||
pretty: item.name,
|
||||
options: item.options,
|
||||
extra: item.extra || {}
|
||||
|
|
Loading…
Add table
Reference in a new issue