feat: react to OLX parser process number answers (#230)
This commit is contained in:
@@ -270,7 +270,7 @@ class ReactStateOLXParser {
|
||||
}
|
||||
|
||||
hasAttributeWithValue(obj, attr) {
|
||||
return _.has(obj, attr) && _.get(obj, attr, '').trim() !== '';
|
||||
return _.has(obj, attr) && _.get(obj, attr, '').toString().trim() !== '';
|
||||
}
|
||||
|
||||
buildOLX() {
|
||||
|
||||
Reference in New Issue
Block a user