#220 TypeError: Cannot read property 'split' of undefined
*An article matches but there's no highlight*
Should take a look at cofacts-api to see why it matches.
<https://user-images.githubusercontent.com/6376572/93561350-95c06700-f9b6-11ea-90aa-0595cf65aabd.png|螢幕快照 2020-09-18 下午1 54 35>
View details in Rollbar: <https://rollbar.com/mrorz/rumors-line-bot/items/283/|https://rollbar.com/mrorz/rumors-line-bot/items/283/>
```
TypeError: Cannot read property 'split' of undefined
File "/app/build/webhook/handlers/utils.js", line 438, in createHighlightContents
for (let highlightPair of text.split('</HIGHLIGHT>')) {
File "/app/build/webhook/handlers/initState.js", line 217, in <unknown>
contents: (0, _utils.createHighlightContents)(highlight, text),
File "<anonymous>", line unknown, in Array.map
File "/app/build/webhook/handlers/initState.js", line 192, in initState
const articleOptions = edgesSortedWithSimilarity.map(({
File "<anonymous>", line unknown, in runMicrotasks
File "internal/process/task_queues.js", line 97, in processTicksAndRejections
File "/app/build/webhook/handleInput.js", line 96, in async handleInput
params = await (0, _initState.default)(params);
File "/app/build/webhook/index.js", line 210, in async processText
result = await (0, _handleInput.default)(context, {
File "/app/build/webhook/index.js", line 128, in async singleUserHandler
result = await processText(context, type, input, otherFields, userId, req);
```