Skip to content

Commit

Permalink
chare: addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepdsvs committed Mar 19, 2024
1 parent 15cae49 commit 26e4b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions __tests__/prodsdk.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ class Mixpanel {

isLoaded() {
window.mixpanel.register({ mp_lib: 'Rudderstack: web' });
return !!window?.mixpanel?.__loaded;
return !!window.mixpanel?.__loaded;
}

isReady() {
return !!window?.mixpanel?.__loaded;
return !!window.mixpanel?.__loaded;
}

/**
Expand Down

0 comments on commit 26e4b7f

Please sign in to comment.