Skip to content

Commit 116df22

Browse files
committed
pretty
1 parent 5788325 commit 116df22

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,19 @@ import {
2121
DeletedException
2222
} from '../utils/errors.utils';
2323
import 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';
2825
import { CR_Type, WBS_Element_Status, User, Scope_CR_Why_Type } from '@prisma/client';
2926
import { getUserFullName, getUsersWithSettings } from '../utils/users.utils';
3027
import { throwIfUncheckedDescriptionBullets } from '../utils/description-bullets.utils';
3128
import workPackageQueryArgs from '../prisma-query-args/work-packages.query-args';
3229
import { 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

3538
export default class ChangeRequestsService {
3639
/**

0 commit comments

Comments
 (0)