Skip to content

Commit

Permalink
Incorporate review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Apr 1, 2024
1 parent 8f479c4 commit 68f7c19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function getResponsePayload(string path, string method, GuidewireErrorPayload pa
return {
code: payload.code,
message: stacktrace is () ? payload.message : string `${payload.message}:${stacktrace}`,
path: path,
method: method
path,
method
};
}

0 comments on commit 68f7c19

Please sign in to comment.