Skip to content

Commit 590b752

Browse files
authored
Merge pull request #3598 from Northeastern-Electric-Racing/#3597-fix-showing-users-own-CR-to-review
2 parents f7abd64 + 8cf6fc4 commit 590b752

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)