fix(sdw): text may not exist
Eric Davis 1 year ago 8d3c1f35 ff20c151
··· 40 40 record.get('reply') is None, 41 41 record.get('embed') is None, 42 42 record.get('facets') is None, 43 43 - SDW_REGEX.search(record['text']) is not None, 43 43 + SDW_REGEX.search(record.get('text', '')) is not None, 44 44 ] 45 45 46 46 if not all(conds):