Closed enwin closed 8 years ago
qs.parse on the _parseTheater method was passed the url.parse object instead of the query key of it, leading to an empty object and no theaterId
qs.parse
_parseTheater
url.parse
query
theaterId
qs.parse
on the_parseTheater
method was passed theurl.parse
object instead of thequery
key of it, leading to an empty object and notheaterId