Skip to content

Commit

Permalink
wrong API empty results format
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgirard committed Sep 28, 2017
1 parent 53421a5 commit e43511c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/editLog.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const findItemIds = (query, model, req) => () => {
}


const EMPTY_RESULT = { count: 0, logs: [] }
const EMPTY_RESULT = { count: 0, results: [] }


const findEdits = (model, query, whoIds, itemIds, canViewConfidential) => {
Expand Down

0 comments on commit e43511c

Please sign in to comment.