parent
3c10abb123
commit
90b8b4c487
|
@ -64,7 +64,6 @@ 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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue