Skip to content

Commit

Permalink
quickfix: renamed "id" to "caseId" for cases' API
Browse files Browse the repository at this point in the history
  • Loading branch information
nbiton committed May 14, 2019
1 parent ad20191 commit 87a73ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imports/api/rest/get-cases.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export default userApiKey((req, res) => {
const cases = productGroupDict[unitMeta.bzName].map(bug => {
const {
product,
id,
assigned_to: assignedTo,
assigned_to_detail: a,
cc,
Expand Down Expand Up @@ -119,6 +120,7 @@ export default userApiKey((req, res) => {
return {
assignee: assigneeObj,
reporter: reporterObj,
caseId: id,
involvedList,
userRelevance,
creationTime,
Expand Down

0 comments on commit 87a73ed

Please sign in to comment.