We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21edae9 commit 840f155Copy full SHA for 840f155
src/permissions/copilotApplications.view.js
@@ -30,7 +30,7 @@ module.exports = freq => new Promise((resolve, reject) => {
30
.then((members) => {
31
32
console.log("got active members", projectId);
33
- return models.CopilotApplications.findOne({
+ return models.CopilotApplication.findOne({
34
where: {
35
opportunityId: opportunityId,
36
userId: currentUserId,
0 commit comments