Skip to content

Commit 8947949

Browse files
authored
[FSSDK-11392] add support for async user profile service (#1022)
1 parent 721185f commit 8947949

File tree

6 files changed

+458
-0
lines changed

6 files changed

+458
-0
lines changed

lib/client_factory.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const getOptimizelyInstance = (config: OptimizelyFactoryConfig): Client |
4848
clientVersion,
4949
jsonSchemaValidator,
5050
userProfileService,
51+
userProfileServiceAsync,
5152
defaultDecideOptions,
5253
disposable,
5354
requestHandler,
@@ -75,6 +76,7 @@ export const getOptimizelyInstance = (config: OptimizelyFactoryConfig): Client |
7576
clientVersion: clientVersion || CLIENT_VERSION,
7677
jsonSchemaValidator,
7778
userProfileService,
79+
userProfileServiceAsync,
7880
defaultDecideOptions,
7981
disposable,
8082
logger,

0 commit comments

Comments
 (0)