Skip to content

Commit

Permalink
Small change'
Browse files Browse the repository at this point in the history
  • Loading branch information
amandhawb committed Jul 7, 2023
1 parent 5f3299e commit ad057e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/api/members.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default async (req, res) => {
.find({})
.toArray();

res.json(members)
res.json(members);
} catch (e) {
console.log(e);
}
}
}

0 comments on commit ad057e5

Please sign in to comment.