Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
fix: remove tags with empty values
Browse files Browse the repository at this point in the history
  • Loading branch information
arantespp committed Oct 17, 2020
1 parent f8e719e commit 2c057e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/deploy/addDefaults.cloudFormation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const addDefaultsParametersAndTagsToParams = async (
{ Key: 'Package', Value: packageName },
{ Key: 'Project', Value: projectName },
{ Key: 'Version', Value: packageVersion },
],
].filter(({ Value }) => !!Value),
};
};

Expand Down

0 comments on commit 2c057e2

Please sign in to comment.