Skip to content

Commit 38b4903

Browse files
authored
fix: return the select placements call (#31)
1 parent b45f257 commit 38b4903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Rokt-Kit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ var constructor = function () {
167167
attributes: selectPlacementsAttributes,
168168
});
169169

170-
self.launcher.selectPlacements(selectPlacementsOptions);
170+
return self.launcher.selectPlacements(selectPlacementsOptions);
171171
}
172172

173173
function onUserIdentified(filteredUser) {

0 commit comments

Comments
 (0)