Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #1173 - GET /quotes for unknown quote ID error response is 1001 instead of 3205 #139

Merged
3 changes: 2 additions & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"reject": [
"@hapi/hapi",
"@hapi/good"
"@hapi/good",
"json-rules-engine"
]
}
291 changes: 242 additions & 49 deletions package-lock.json

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

Loading