Skip to content

Commit 03a81c1

Browse files
authored
Csl 2762 os UI quizzes override c parameters for the cioclient (#127)
* Override c parameters for the cioClient * Rename autocomplete to quizzes * Rename c param
1 parent 2dd4cac commit 03a81c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const getCioClient = (apiKey?: string) => {
1313
return new ConstructorIOClient({
1414
apiKey,
1515
sendTrackingEvents: true,
16+
version: 'cio-ui-quizzes',
1617
});
1718
}
1819

0 commit comments

Comments
 (0)