Skip to content

Commit

Permalink
fix: user being disconnected after 33min instead of 14 days (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusse authored Jan 6, 2021
1 parent 80cfea4 commit 2e2dc81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/runtime": "7.10.1",
"bluebird": "2.9.25",
"core-js": "3.6.5",
"forest-express": "8.0.0-beta.9",
"forest-express": "8.0.0-beta.10",
"http-errors": "1.6.1",
"lodash": "4.17.19",
"moment": "2.19.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4456,10 +4456,10 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=

forest-express@8.0.0-beta.9:
version "8.0.0-beta.9"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.0.0-beta.9.tgz#850d1624cc2f2bb610b50c494a82cab660b0781b"
integrity sha512-W7C5x2Pzo71tXI5eyTDjnF36s3pd7EKtUNLiAnAX3hpr1FSlXCZL6Abc3jiV2CkKp8ua8IA8/Fc/WPYDJhseVg==
forest-express@8.0.0-beta.10:
version "8.0.0-beta.10"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.0.0-beta.10.tgz#fd6491eebe1a2d946cd8eaf2889ae15638ee53fb"
integrity sha512-YlH0AQTnDWBSTJvCNNXoIXXK/Zcg13FW46TtjFU/bkEdNhDV+rgrvUn/i6eWm1PweEcHhDm/TWph/zQR4TBcOQ==
dependencies:
"@babel/runtime" "7.10.1"
base32-encode "1.1.1"
Expand Down

0 comments on commit 2e2dc81

Please sign in to comment.