wix-incubator / wix-code-mls

Wix Code MLS integration using the RETS protocol
MIT License
10 stars 24 forks source link

http-functions error #2

Closed drewofkraus62 closed 4 years ago

drewofkraus62 commented 4 years ago

Error occurs when http-functions.js content is added to Wix, on line 162. Please advise?

let query = queries.reduce((accuQuery, query) => (!!accuQuery)?accuQuery.or(query): query); redundant double negation query is already declared on upper scope

Screen Shot 2019-12-07 at 7 26 37 PM