Skip to content

Commit e82e6b2

Browse files
committed
added existing membership to the copilot application
1 parent ab268ca commit e82e6b2

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
@@ -9,6 +9,7 @@ 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';
1111
import { createEvent } from '../../services/busApi';
12+
import moment from 'moment';
1213

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

0 commit comments

Comments
 (0)