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 b5d8ef3 commit db9c952Copy full SHA for db9c952
src/models/projectMemberInvite.js
@@ -70,7 +70,7 @@ module.exports = function defineProjectMemberInvite(sequelize, DataTypes) {
70
if (email && userId) {
71
_.assign(where, { $or: [
72
{ email: { $eq: email.toLowerCase() } },
73
- { userId: { $eq: userId } }
+ { userId: { $eq: userId } },
74
] });
75
} else if (email) {
76
_.assign(where, { email });
0 commit comments