Skip to content

Commit 340a39a

Browse files
authored
updating default value
1 parent 9bf790d commit 340a39a

File tree

1 file changed

+1
-1
lines changed
  • lambdas/functions/control-plane/src/pool

1 file changed

+1
-1
lines changed

lambdas/functions/control-plane/src/pool/pool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export async function adjust(event: PoolEvent): Promise<void> {
4343
: [];
4444
const ssmParameterStoreTags = process.env.SSM_PARAMETER_STORE_TAGS
4545
? JSON.parse(process.env.SSM_PARAMETER_STORE_TAGS)
46-
: {};
46+
: [];
4747

4848
const { ghesApiUrl, ghesBaseUrl } = getGitHubEnterpriseApiUrl();
4949

0 commit comments

Comments
 (0)