Skip to content

Commit

Permalink
changed config option REPLAY_URL_PREFIX to GAME_WEBAPP_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityabhatia committed Aug 11, 2023
1 parent d6b0f00 commit 95f1e30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corsaircoalition/common",
"version": "1.3.0",
"version": "1.3.1",
"description": "common helper modules for a modular generals.io bot framework",
"main": "out/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ declare namespace RedisData {
declare namespace Config {
interface Game {
GAME_SERVER_URL: string
REPLAY_URL_PREFIX: string
GAME_WEBAPP_URL: string
MAX_TURNS: number
BOT_ID_PREFIX: string
userId: string
Expand Down

0 comments on commit 95f1e30

Please sign in to comment.