fix H9360 error message 🐛

This commit is contained in:
Jannis R 2020-08-01 13:08:53 +02:00
parent 097557c833
commit 4fc4c3b873
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -177,7 +177,7 @@ const byErrorCode = Object.assign(Object.create(null), {
H9360: { H9360: {
isClient: true, isClient: true,
code: INVALID_REQUEST, code: INVALID_REQUEST,
message: 'journeys search: error in a data field', message: 'journeys search: invalid date/time',
statusCode: 400 statusCode: 400
}, },
H9380: { H9380: {