missions api2

This commit is contained in:
alma 2025-05-06 16:27:15 +02:00
parent 4a82ee4109
commit ada7cb2296
2 changed files with 2 additions and 2 deletions

View File

@ -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
}
});

View File

@ -42,7 +42,7 @@ export class RocketChatService {
{
name: channelName,
members: rocketChatUsernames,
readOnly: false,
readOnly: false
},
{
headers: {