Hot Fix Stat API
This commit is contained in:
parent
f514686442
commit
7cfe2f527d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def make_macro(stats, info):
|
|||
macro['labels'].append('Open Issues')
|
||||
for stat in stats:
|
||||
macro['data'][0][0] += stat['total']
|
||||
macro['data'].append(info['open_issues'])
|
||||
macro['data'][0].append(info['open_issues'])
|
||||
|
||||
return macro
|
||||
|
||||
|
|
Loading…
Reference in a new issue