Skip to content

Commit

Permalink
Merge pull request #15 from Kronn8/patch-1
Browse files Browse the repository at this point in the history
Fixed "hightest" typo in header of itemHistory
  • Loading branch information
Blacksmoke16 committed Jan 8, 2018
2 parents 761c5aa + 97ca343 commit d20eb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GESI.gs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ ENDPOINTS = {
"itemHistory": {
"version": 1,
"url": "/markets/{region_id}/history/",
"headers": ['date', 'average', 'hightest', 'lowest', 'order_count', 'volume']
"headers": ['date', 'average', 'highest', 'lowest', 'order_count', 'volume']
},
"regionOrders": {
"version": 1,
Expand Down

0 comments on commit d20eb2e

Please sign in to comment.