Skip to content

Commit 21e8e5d

Browse files
committed
#3597 - CR's to review don't include the user
1 parent 721f513 commit 21e8e5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/src/services/change-requests.services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default class ChangeRequestsService {
146146
dateReviewed: null
147147
},
148148
{
149-
NOT: { scopeChangeRequest: null }
149+
NOT: { scopeChangeRequest: null, submitterId: user.userId }
150150
}
151151
],
152152
organizationId: organization.organizationId,

0 commit comments

Comments
 (0)