Skip to content

Commit

Permalink
fix for jimo (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-ayoub-segment authored Nov 15, 2023
1 parent c93a3f4 commit 6dc9b51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/browser-destinations/destinations/jimo/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export const destination: BrowserDestinationDefinition<Settings, JimoSDK> = {

await deps.loadScript(`${ENDPOINT_UNDERCITY}`)

await deps.resolveWhen(() => typeof window.jimo.push === 'function', 100)

return window.jimo as JimoSDK
},
actions: {
Expand Down

0 comments on commit 6dc9b51

Please sign in to comment.