feat: add conditional for new parser beta testing (#496)
This commit is contained in:
@@ -738,4 +738,13 @@ export class OLXParser {
|
||||
groupFeedbackList,
|
||||
};
|
||||
}
|
||||
|
||||
getBetaParsedOLXData() {
|
||||
/* TODO: Replace olxParser.getParsedOLXData() with new parser function
|
||||
* and remove console.log()
|
||||
*/
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('Should default to the advanced editor');
|
||||
return this.getParsedOLXData();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user