W n8n
This commit is contained in:
parent
311490f0f7
commit
de8a550fc0
@ -426,10 +426,16 @@ export async function POST(request: Request) {
|
||||
message: 'Mission created successfully',
|
||||
mission: missionResponse,
|
||||
integrationStatus: {
|
||||
gitRepo: !!missionResponse.giteaRepositoryUrl,
|
||||
leantimeProject: !!missionResponse.leantimeProjectId,
|
||||
outlineCollection: !!missionResponse.outlineCollectionId,
|
||||
rocketChatChannel: !!missionResponse.rocketChatChannelId,
|
||||
giteaRepository: !!missionResponse.giteaRepositoryUrl
|
||||
docCollection: !!missionResponse.outlineCollectionId,
|
||||
rocketChatChannel: !!missionResponse.rocketChatChannelId
|
||||
},
|
||||
resourceStatus: {
|
||||
gitRepo: true,
|
||||
leantimeProject: true,
|
||||
docCollection: true,
|
||||
rocketChatChannel: true
|
||||
}
|
||||
});
|
||||
} catch (error) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user