Commit 5c31ae9e authored by Vijay Kumar Chauhan's avatar Vijay Kumar Chauhan
Browse files

Merge branch 'SG_hotfix' into 'devbranch'

#23 commented log due to nil error.

See merge request !283
parents 4396f719 3490033b
Branches
Tags
2 merge requests!284#23 Devbranch-CallServiceReturnABWithBranch nil error fixed,!283#23 commented log due to nil error.
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