Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Sep 15, 2023
1 parent 10843b0 commit 63b3c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standard-live-connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function _standardInitialization (liveConnectConfig: LiveConnectConfig, external
const pixelClient = new PixelSender(enrichedState, enrichedState.callHandler, eventBus, onPixelLoad, onPixelPreload)
registerErrorPixel(enrichedState, pixelClient, eventBus)

const resolver = IdentityResolver.make(enrichedState, enrichedState.storageHandler, enrichedState.callHandler, eventBus)
const resolver = IdentityResolver.make(enrichedState, enrichedState.cache, enrichedState.callHandler, eventBus)

const _push = (...args: any[]) => _processArgs(args, pixelClient, new StateWrapper(enrichedState, enrichedState.eventBus), eventBus)

Expand Down

0 comments on commit 63b3c58

Please sign in to comment.