Skip to content

Commit eb023c2

Browse files
committed
fix: return the select placements call
1 parent b45f257 commit eb023c2

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)