Compare commits
No commits in common. "2f0a07beaba44096c6383f1492a49cb61d567968" and "15fb7de1e39f2a14c50db1ee30bd25145bbf50c7" have entirely different histories.
2f0a07beab
...
15fb7de1e3
|
@ -43,7 +43,7 @@ logsRouter.route('/:warId')
|
|||
const sort = {sort: {time: 1}};
|
||||
|
||||
const pointsObjects = LogPointsModel.find(filter, {}, sort);
|
||||
const budgetObjects = LogBudgetModel.find(filter, {player: 0, item: 0, buy: 0}, sort);
|
||||
const budgetObjects = LogBudgetModel.find(filter, {}, sort);
|
||||
const respawnObjects = LogRespawnModel.find(filter, {}, sort);
|
||||
const reviveObjects = LogReviveModel.find(filter, {}, sort);
|
||||
const killObjects = LogKillModel.find(filter, {}, sort);
|
||||
|
|
Loading…
Reference in New Issue