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

remove console

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