You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constformattedSourceIds=sourceIds.map((sourceId)=>`WAID:${sourceId.replace('WAID:','')}`);// Make sure the sourceId is always formatted as WAID:1234567890
179
180
constquery='SELECT source_id FROM messages WHERE source_id = ANY($1)';
0 commit comments