Patch checkly integration

This commit is contained in:
Tuan Dang
2023-11-02 11:54:01 +02:00
parent 86d82737f4
commit d4a5eb12e8

View File

@@ -100,7 +100,7 @@ export default function ChecklyCreateIntegrationPage() {
appId: targetApp?.appId,
sourceEnvironment: selectedSourceEnvironment,
targetService: targetGroup?.name,
targetServiceId: String(targetGroup?.groupId),
targetServiceId: targetGroup?.groupId ? String(targetGroup?.groupId) : undefined,
secretPath,
metadata: {
secretSuffix