Use new teamScoreGame key to display team v team score. Fall back to old tally method if its not available

This commit is contained in:
Anthony Mineo 2020-09-30 16:20:16 -04:00
parent c1fcb61731
commit a14fec7355
3 changed files with 151 additions and 121 deletions

View file

@ -44,7 +44,7 @@ services:
replicas: 1
api:
image: "amineo/t2-stats-api:v0.0.13"
image: "amineo/t2-stats-api:v0.0.14"
build:
context: .
dockerfile: ./build/api/Dockerfile