mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Chore: Fix code comment
This commit is contained in:
parent
7b8ed01f27
commit
c65a920050
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ let gameList = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a game list via GameDig
|
* Get a game list via GameDig
|
||||||
* @returns {any[]}
|
* @returns {Object[]} list of games supported by GameDig
|
||||||
*/
|
*/
|
||||||
function getGameList() {
|
function getGameList() {
|
||||||
if (gameList == null) {
|
if (gameList == null) {
|
||||||
|
|
Loading…
Reference in a new issue