Skip to content

Commit

Permalink
escape group
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddybi committed Apr 1, 2024
1 parent a4aa481 commit 09af24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat/methods/ChatConvoResolver.methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const startConvo = async (args: ChatConvoType): Promise<ChatResType> => {
LEFT JOIN \`${bucket}\` source
ON KEYS convo.sourceId
WHERE convo.group = true
WHERE convo.\`group\` = true
AND convo.sourceType = "${sourceType}"
AND convo.sourceId = "${sourceId}"
AND convo.owner = "${owner}"
Expand Down

0 comments on commit 09af24a

Please sign in to comment.