chore: resolved merge conflict

This commit is contained in:
Akhil Mohan
2023-08-01 15:29:34 +05:30
parent 086652a89f
commit b1981df8f0

View File

@@ -2303,6 +2303,7 @@ const syncSecretsDigitalOceanAppPlatform = async ({
{
spec: {
name: integration.app,
...appSettings,
envs: Object.entries(secrets).map(([key, data]) => ({ key, value: data.value }))
}
},