Skip to content

Commit 0d3a295

Browse files
committed
Make attributes required in selectPlacements
1 parent 1c283d5 commit 0d3a295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/rokt/rokt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export abstract class Rokt {
1313
*/
1414
static async selectPlacements(
1515
identifier: string,
16-
attributes?: Record<string, string>,
16+
attributes: Record<string, string>,
1717
placeholders?: Record<string, number | null>,
1818
roktConfig?: IRoktConfig,
1919
fontFilesMap?: Record<string, string>

0 commit comments

Comments
 (0)