send notification when sms arrives
This commit is contained in:
@ -48,7 +48,7 @@ export default resolver.pipe(resolver.zod(Body), resolver.authorize(), async ({
|
||||
content,
|
||||
},
|
||||
{
|
||||
id: message.id,
|
||||
id: `insert-${message.id}`,
|
||||
},
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user