Skip to content

Commit

Permalink
Merge pull request #384 from 51ngul4r1ty/issue/000383/fix-login-undef…
Browse files Browse the repository at this point in the history
…ined-reading-get-time

Fix for "undefined reading getTime()" Login Issue
  • Loading branch information
51ngul4r1ty authored Apr 13, 2022
2 parents 024f168 + 0eb0c97 commit ff01e3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atoll",
"version": "0.48.0",
"version": "0.48.1",
"author": {
"name": "Kevin Berry",
"email": "[email protected]"
Expand Down Expand Up @@ -59,7 +59,7 @@
"check:prereqs": "ts-node ./scripts/check-prereqs.ts"
},
"dependencies": {
"@atoll/shared": "0.48.0",
"@atoll/shared": "0.48.1",
"@flopflip/memory-adapter": "1.6.0",
"@flopflip/react-broadcast": "10.1.11",
"axios": "0.21.2",
Expand Down

0 comments on commit ff01e3a

Please sign in to comment.