Skip to content

Commit

Permalink
Rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
paarthibank authored and Mansibisen committed Jan 21, 2021
1 parent 7956846 commit 7716d8e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/api/routers/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ const Mission = require("../../database/models/Mission");

Router.get("/feed", async (req, res) => {
try {
<<<<<<< HEAD
const feeds = await Feed.find({ status: true })
.populate("team")
.populate("mission")
.exec();

=======
const feeds = await Feed.find({ status: true });
>>>>>>> 966e4a8... Changed status and added payment route
const feedToBeShown = [];
const details = {};
for (let index = 0; index < feeds.length; index++) {
Expand Down

0 comments on commit 7716d8e

Please sign in to comment.