Skip to content
Snippets Groups Projects
Commit 970d38cc authored by timothycarambat's avatar timothycarambat
Browse files

remove console

parent 1f29cec9
Branches
Tags
No related merge requests found
......@@ -167,7 +167,6 @@ const Invite = {
const { User } = require("./user");
const results = await this.where(clause, limit);
for (const invite of results) {
console.log(invite);
if (!!invite.claimedBy) {
const acceptedUser = await User.get(`id = ${invite.claimedBy}`);
invite.claimedBy = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment