We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7abd64 + 8cf6fc4 commit 590b752Copy full SHA for 590b752
1 file changed
src/backend/src/services/change-requests.services.ts
@@ -146,7 +146,7 @@ export default class ChangeRequestsService {
146
dateReviewed: null
147
},
148
{
149
- NOT: { scopeChangeRequest: null }
+ NOT: [{ scopeChangeRequest: null }, { submitterId: user.userId }]
150
}
151
],
152
organizationId: organization.organizationId,
0 commit comments