Skip to content

[release] v1.2.2 Fix Parameter Store no Default Value Case

Compare
Choose a tag to compare
@sroyal-statsig sroyal-statsig released this 21 Nov 22:12
· 6 commits to main since this release
71ad22b

Previously there was a bug where we would always return null for parameter store gets if no default value was provided. This fixes that by skipping the type validation check for the default value if it is null.