Update UtilityService.ts
This commit is contained in:
@@ -64,6 +64,7 @@ export class UtilityService {
|
||||
|
||||
@bindThis
|
||||
public isKeyWordIncluded(text: string, keyWords: string[]): boolean {
|
||||
console.log(text, keyWords);
|
||||
if (keyWords.length === 0) return false;
|
||||
if (text === '') return false;
|
||||
|
||||
|
Reference in New Issue
Block a user