Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 12a38b9

Browse files
Dan Leedataform.co
authored andcommitted
change from and to or
1 parent 4f76a21 commit 12a38b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/user_map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ from
4949
anonymous_id_user_id_pairs
5050
where
5151
anonymous_id is not null
52-
and user_id is not null
52+
or user_id is not null
5353
5454
`)
5555
}

0 commit comments

Comments
 (0)