Skip to content

Commit e7a328b

Browse files
committed
added existing membership to the copilot application
1 parent 8b2fa3e commit e7a328b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/copilotOpportunity/assign.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import util from '../../util';
88
import { PERMISSION } from '../../permissions/constants';
99
import { CONNECT_NOTIFICATION_EVENT, COPILOT_APPLICATION_STATUS, COPILOT_OPPORTUNITY_STATUS, COPILOT_REQUEST_STATUS, EVENT, INVITE_STATUS, PROJECT_MEMBER_ROLE, RESOURCES, TEMPLATE_IDS } from '../../constants';
1010
import { getCopilotTypeLabel } from '../../utils/copilot';
11+
import { createEvent } from '../../services/busApi';
1112

1213
const assignCopilotOpportunityValidations = {
1314
body: Joi.object().keys({

0 commit comments

Comments
 (0)