3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00
This commit is contained in:
Ruby 2024-05-12 14:27:39 +02:00
parent 112bbc5478
commit 16f5dc4fd7
No known key found for this signature in database
GPG key ID: 74D9DB37B03A4804

View file

@ -66,8 +66,6 @@ export const MatchWordsTrigger = automodTrigger<MatchResultType>()({
str = normalizeText(str);
}
console.log([type, str]);
for (const regex of regexes) {
if (regex.test(str)) {
return {