diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-02-14 15:56:06 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-02-14 15:56:06 +0530 |
| commit | f716c0f770c3a482350089348fa919a626452bf4 (patch) | |
| tree | 9fe19c4a4d71b823b68cf436bf8a4236d899b39b | |
| parent | 98c5b16b2d804e63cb1b4835295104e49900a205 (diff) | |
| download | shrinker-f716c0f770c3a482350089348fa919a626452bf4.tar.gz shrinker-f716c0f770c3a482350089348fa919a626452bf4.zip | |
fixed that one typo
| -rw-r--r-- | api.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
