mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
chore: please the linter
This commit is contained in:
parent
787c4e90f2
commit
48780b4b29
|
@ -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…
Reference in a new issue