Skip to content

Commit 8cf6fc4

Browse files
committed
#3597 format
1 parent 4621508 commit 8cf6fc4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

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

0 commit comments

Comments
 (0)