mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-07-09 23:18:07 +00:00
fix(display no match): display no match on modalInviteMatch
This commit is contained in:
@@ -22,7 +22,7 @@ const post = async (req: any, res: any) => {
|
||||
|
||||
const message = await prisma.message.create({
|
||||
data: {
|
||||
text: `<!lon=${bar.geo_point_2d.lon},lat=${bar.geo_point_2d.lat},name=${bar.name}>`,
|
||||
text: `<!lon=${bar.geo_point_2d.lon},lat=${bar.geo_point_2d.lat},name=${bar.name}!>`,
|
||||
Chat: {
|
||||
connect: {
|
||||
id: chat.id,
|
||||
|
||||
Reference in New Issue
Block a user