fix no path info message (#2751)

pull/2752/head
Irena Rindos 3 years ago committed by GitHub
parent 276afa029f
commit d5fed10918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -253,7 +253,7 @@ var errorCodeInfo = map[Code]Info{
Kind: Integrity,
},
NoPathFound: {
Message: "unexpected number of rows affected",
Message: "no path found",
Kind: State,
},
WorkerNotFound: {

Loading…
Cancel
Save