mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Simplify sqlJoin required arguments
This commit is contained in:
@@ -3447,7 +3447,7 @@ describe('SQL migrations test', () => {
|
||||
ON
|
||||
messages.id = mentions.messageId
|
||||
AND mentions.mentionUuid IN (
|
||||
${sqlJoin(['a', 'b', 'c'], ', ')}
|
||||
${sqlJoin(['a', 'b', 'c'])}
|
||||
)
|
||||
AND messages.isViewOnce IS NOT 1
|
||||
AND messages.storyId IS NULL
|
||||
|
||||
Reference in New Issue
Block a user