Update +server.ts
This commit is contained in:
parent
8926a0b608
commit
0db594d3ae
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ export const POST: RequestHandler = async ({ request }) => {
|
|||
// const matchedRules: Doc<'user_rules'>[] = [];
|
||||
|
||||
// for (const rule of rules) {
|
||||
// const match = message.indexOf(`@${rule.name}`);
|
||||
// const match = message.indexOf(`@${rule.name} `);
|
||||
// if (match === -1) continue;
|
||||
|
||||
// matchedRules.push(rule);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue