Skip to content

Commit

Permalink
fix: corrected export syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
seekayel committed Nov 30, 2022
1 parent aa70744 commit 06ce678
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/CyclicSessionStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,7 @@ class CyclicSessionStore extends Store {
}
}

module.exports = CyclicSessionStore
module.exports = {
CyclicSessionStore
}

0 comments on commit 06ce678

Please sign in to comment.