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