Skip to content

Commit

Permalink
Chore: Fix code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chakflying committed Feb 24, 2023
1 parent 7b8ed01 commit c65a920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/socket-handlers/general-socket-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let gameList = null;

/**
* Get a game list via GameDig
* @returns {any[]}
* @returns {Object[]} list of games supported by GameDig
*/
function getGameList() {
if (gameList == null) {
Expand Down

0 comments on commit c65a920

Please sign in to comment.