Renamed elastic index variable

This commit is contained in:
2019-06-28 20:55:33 +02:00
parent 36cb31462f
commit cc9bcf927c

View File

@@ -5,7 +5,7 @@ import path from 'path'
const SEASONED_URL = config.SEASONED_URL
const ELASTIC_URL = config.ELASTIC_URL
const ELASTIC_SEARCH_INDEX = config.ELASTIC_INDEX
const ELASTIC_INDEX = config.ELASTIC_INDEX
// TODO
// - Move autorization token and errors here?