Skip to content

Commit

Permalink
added Redis list 'replays'
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityabhatia committed Jul 12, 2023
1 parent 3e677da commit bb490ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.0.4",
"version": "1.0.5",
"description": "common helper modules for a modular generals.io bot framework",
"main": "out/index.js",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ declare namespace RedisData {
SCORES = 'scores',
MAX_ARMY_ON_TILE = 'maxArmyOnTile',
MOVE_COUNT = 'moveCount',
REPLAYS = 'replays',
}
}

Expand Down

0 comments on commit bb490ee

Please sign in to comment.