summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKapil Viren Ahuja <k.v.ahuja@gmail.com>2017-02-14 15:56:06 +0530
committerKapil Viren Ahuja <k.v.ahuja@gmail.com>2017-02-14 15:56:06 +0530
commitf716c0f770c3a482350089348fa919a626452bf4 (patch)
tree9fe19c4a4d71b823b68cf436bf8a4236d899b39b
parent98c5b16b2d804e63cb1b4835295104e49900a205 (diff)
downloadshrinker-f716c0f770c3a482350089348fa919a626452bf4.tar.gz
shrinker-f716c0f770c3a482350089348fa919a626452bf4.zip
fixed that one typo
-rw-r--r--api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.py b/api.py
index e83b175..a6f3836 100644
--- a/api.py
+++ b/api.py
@@ -63,7 +63,7 @@ FALSE AS "surrender",
0 AS "jungleMinionsSlayed",
0 AS "turretsDestroyed",
(attributes->'stats'->>'heroKills')::int AS "kills",
-0 AS "assits",
+0 AS "assists",
0 AS "deaths",
(attributes->'stats'->>'krakenCaptures')::int AS "krakenCaptures",
0 AS "goldMineCaptures",