Skip to content
Snippets Groups Projects
Verified Commit e2c3d22c authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Error change

parent 0108fdcd
No related branches found
No related tags found
No related merge requests found
Pipeline #6031 passed
......@@ -2,7 +2,7 @@ image: docker:20.10.9
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_VER: 0.5.1
IMAGE_VER: 0.5.2
services:
- docker:20.10.9-dind
......
......@@ -112,7 +112,7 @@ sub create ($c ) {
json => $order
)->result;
return $c->error(400, $rc->json) if ! $rc->is_success;
return $c->error(400, $rc->body) if ! $rc->is_success;
# ukladani do lokalni databazi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment