Skip to content

Commit 840f155

Browse files
committed
updated permission method
1 parent 21edae9 commit 840f155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/permissions/copilotApplications.view.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = freq => new Promise((resolve, reject) => {
3030
.then((members) => {
3131

3232
console.log("got active members", projectId);
33-
return models.CopilotApplications.findOne({
33+
return models.CopilotApplication.findOne({
3434
where: {
3535
opportunityId: opportunityId,
3636
userId: currentUserId,

0 commit comments

Comments
 (0)