@@ -21,16 +21,19 @@ import {
2121 DeletedException
2222} from '../utils/errors.utils' ;
2323import changeRequestTransformer from '../transformers/change-requests.transformer' ;
24- import {
25- updateBlocking ,
26- allChangeRequestsReviewed ,
27- } from '../utils/change-requests.utils' ;
24+ import { updateBlocking , allChangeRequestsReviewed } from '../utils/change-requests.utils' ;
2825import { CR_Type , WBS_Element_Status , User , Scope_CR_Why_Type } from '@prisma/client' ;
2926import { getUserFullName , getUsersWithSettings } from '../utils/users.utils' ;
3027import { throwIfUncheckedDescriptionBullets } from '../utils/description-bullets.utils' ;
3128import workPackageQueryArgs from '../prisma-query-args/work-packages.query-args' ;
3229import { buildChangeDetail , createChange } from '../utils/changes.utils' ;
33- import { addSlackThreadsToChangeRequest , sendAndGetSlackCRNotifications , sendSlackCRReviewedNotification , sendSlackCRStatusToThread , sendSlackRequestedReviewNotification } from '../utils/slack.utils' ;
30+ import {
31+ addSlackThreadsToChangeRequest ,
32+ sendAndGetSlackCRNotifications ,
33+ sendSlackCRReviewedNotification ,
34+ sendSlackCRStatusToThread ,
35+ sendSlackRequestedReviewNotification
36+ } from '../utils/slack.utils' ;
3437
3538export default class ChangeRequestsService {
3639 /**
0 commit comments