Skip to content

Commit 4621508

Browse files
bracywCopilot
andauthored
Update change-requests.services.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 21e8e5d commit 4621508

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,10 @@ export default class ChangeRequestsService {
146146
dateReviewed: null
147147
},
148148
{
149-
NOT: { scopeChangeRequest: null, submitterId: user.userId }
149+
NOT: [
150+
{ scopeChangeRequest: null },
151+
{ submitterId: user.userId }
152+
]
150153
}
151154
],
152155
organizationId: organization.organizationId,

0 commit comments

Comments
 (0)