We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5329b81 commit ca59b33Copy full SHA for ca59b33
src/routes/copilotOpportunityApply/create.js
@@ -35,8 +35,6 @@ module.exports = [
35
notes: notes ? req.sanitize(notes) : null,
36
};
37
38
- console.log(data, 'debug data data');
39
-
40
return models.CopilotOpportunity.findOne({
41
where: {
42
id: copilotOpportunityId,
0 commit comments