Skip to content

Commit

Permalink
Update UtilityService.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Sep 22, 2024
1 parent a27d4be commit e5fd9e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/core/UtilityService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e5fd9e0

Please sign in to comment.