Skip to content

Commit d691100

Browse files
committed
fix: complete the copilot application on accepting invite
1 parent 364e74b commit d691100

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/copilotOpportunity/assign.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ module.exports = [
9292
transaction: t,
9393
});
9494

95-
req.log.info(existingInvite, 'existingInvite asdas')
96-
9795
if (existingInvite && existingInvite.length) {
9896
const err = new Error(`User already has an pending invite to the project`);
9997
err.status = 400;

0 commit comments

Comments
 (0)