Skip to content

Commit

Permalink
Task #217453 fix: resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
deechavhan098 committed Apr 24, 2024
1 parent f9ba326 commit 2737deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ const App = () => {
const fp = await FingerprintJS.load();

const { visitorId } = await fp.get();
if(!localStorage.getItem('did')){
if (!localStorage.getItem('did')) {
localStorage.setItem('did', visitorId);
}
initService();
};

setFp();
}, []);

Expand Down

0 comments on commit 2737deb

Please sign in to comment.