Skip to content

Commit

Permalink
fix: add warning message when connections does not have any models (#866
Browse files Browse the repository at this point in the history
)
  • Loading branch information
arnaud-moncel authored Oct 25, 2021
1 parent 953ce72 commit 4c41bd7
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 @@ -28,7 +28,7 @@
"@babel/runtime": "7.15.4",
"bluebird": "2.9.25",
"core-js": "3.6.5",
"forest-express": "9.3.1",
"forest-express": "9.3.2",
"http-errors": "1.6.1",
"lodash": "4.17.21",
"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 @@ -5127,10 +5127,10 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=

[email protected].1:
version "9.3.1"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.3.1.tgz#a4b788f4396020b5bb95d3b148c3fbb1705e39ae"
integrity sha512-s1hp5hQUlVzj1HJ9uiJy0UrhH/rNBLDfDB4U4zcLAEgbG1hwX4TAWFshhMlkFJ0U++JxBki1Fo7YkT4kH591MQ==
[email protected].2:
version "9.3.2"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.3.2.tgz#70c5de8ad5cbbac986e602e5cbed43787618da33"
integrity sha512-jSrt1Y7FOSjGQ8xPy0xldJEAZvckj24O10l8bFaYoJeXv0XwQx5MtXOaK7jlS6lpLRRpWLgbiYj3QyO+LHdBRQ==
dependencies:
"@babel/runtime" "7.10.1"
base32-encode "1.1.1"
Expand Down

0 comments on commit 4c41bd7

Please sign in to comment.