We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf790d commit 340a39aCopy full SHA for 340a39a
lambdas/functions/control-plane/src/pool/pool.ts
@@ -43,7 +43,7 @@ export async function adjust(event: PoolEvent): Promise<void> {
43
: [];
44
const ssmParameterStoreTags = process.env.SSM_PARAMETER_STORE_TAGS
45
? JSON.parse(process.env.SSM_PARAMETER_STORE_TAGS)
46
- : {};
+ : [];
47
48
const { ghesApiUrl, ghesBaseUrl } = getGitHubEnterpriseApiUrl();
49
0 commit comments