Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fix: fixed access url before initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Aug 20, 2020
1 parent 7b36ec2 commit 75a5296
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 @@ -60,7 +60,7 @@
"sender-rewriting-scheme": "^1.0.0",
"signale": "^1.4.0",
"smtp-server": "^3.7.0",
"spamscanner": "^1.1.2",
"spamscanner": "^1.1.3",
"split-lines": "^2.0.0",
"superagent": "^6.0.0",
"uuid-by-string": "^3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8692,10 +8692,10 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==

spamscanner@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/spamscanner/-/spamscanner-1.1.2.tgz#0d44f54bce56310d2de7abfd4ccca4ecfb1b2be6"
integrity sha512-uibYNsH/i3ifesEjMfrupcP2dQGMvZ038MKzx0aRiew4C62r+hkDYcbMXLtY+NJ3+nJ1w9nuLDmMObUBMSaEDA==
spamscanner@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/spamscanner/-/spamscanner-1.1.3.tgz#93faf5decc5167c79cbf060062cda20d4753762b"
integrity sha512-Oo4qxGXPwY462JdbavTQXbNQi7XBhTuNVKFCsKlDjOKdOONw7xJ36YNx7YqWgCZoma8xSP8HcJcaPK6Vwtk4/w==
dependencies:
"@ladjs/naivebayes" "^0.1.0"
bitcoin-regex "^2.0.0"
Expand Down

0 comments on commit 75a5296

Please sign in to comment.