missions api2
This commit is contained in:
parent
4a82ee4109
commit
ada7cb2296
@ -137,7 +137,7 @@ export class IntegrationService {
|
||||
data: {
|
||||
leantimeProjectId: integrationStatus.leantime.success ? leantimeProjectId?.toString() : undefined,
|
||||
outlineCollectionId: integrationStatus.outline.success ? outlineCollectionId : undefined,
|
||||
rocketChatChannelId: integrationStatus.rocketchat.success ? rocketChatChannelId : undefined,
|
||||
rocketChatChannelId: integrationStatus.rocketchat.success ? rocketChatChannelId : undefined
|
||||
// giteaRepositoryUrl and penpotProjectId will be added when implemented
|
||||
}
|
||||
});
|
||||
|
||||
@ -42,7 +42,7 @@ export class RocketChatService {
|
||||
{
|
||||
name: channelName,
|
||||
members: rocketChatUsernames,
|
||||
readOnly: false,
|
||||
readOnly: false
|
||||
},
|
||||
{
|
||||
headers: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user