mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-18 12:14:41 -05:00
Chore: Fix code comment
This commit is contained in:
parent
7b8ed01f27
commit
c65a920050
@ -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 New Issue
Block a user