Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rmi22186 committed Mar 12, 2024
1 parent e7ba93e commit f0039a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ const getSession = (completion) => {
}

const setLocation = (latitude, longitude) => {
NativeModules.MParticle.setLocation(latitude, longitude);
};
NativeModules.MParticle.setLocation(latitude, longitude)
}

// ******** Identity ********
class User {
Expand Down Expand Up @@ -694,4 +694,4 @@ const MParticle = {
setLocation
}

export default MParticle
export default MParticle

0 comments on commit f0039a9

Please sign in to comment.