Commit 52ae25dc authored by Vijay Kumar Chauhan's avatar Vijay Kumar Chauhan
Browse files

Merge branch 'devbranch' into 'staging'

#23 Devbranch-CallServiceReturnABWithBranch nil error fixed

See merge request !284
parents 05e622dd 5c31ae9e
Branches
Tags
3 merge requests!300resolved go mod conflict,!293#30 JWT KID Implementation,!284#23 Devbranch-CallServiceReturnABWithBranch nil error fixed
Showing with 2 additions and 1 deletion
......@@ -253,7 +253,8 @@ func CallServiceReturnABWithBranch(name, branch string, rs *gjson.Result, isRest
serviceCache := tmpSvcCache
res, ab, err := serviceCache.Service(rs, p)
loggermdl.LogError("error while calling activity:", err.Error())
// FIXME: Need to handle error
// loggermdl.LogError("error while calling activity:", err.Error())
if errormdl.CheckErr1(err) != nil {
// Rollback
if ab.TransactionEnable {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment