fix(display no match): display no match on modalInviteMatch

This commit is contained in:
Laurian-Dufrechou
2023-05-20 22:30:10 +02:00
parent 6cb47c25e9
commit 8082fb5dff
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -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,