add line
This commit is contained in:
parent
35f24171bc
commit
e18b8d3b98
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ async function createGameObject(gameId, targetTiles, image, ts, scoreMode) {
|
||||||
scoreMode,
|
scoreMode,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async function createGame(gameId, targetTiles, image, ts, scoreMode) {
|
async function createGame(gameId, targetTiles, image, ts, scoreMode) {
|
||||||
const gameObject = await createGameObject(gameId, targetTiles, image, ts, scoreMode)
|
const gameObject = await createGameObject(gameId, targetTiles, image, ts, scoreMode)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue