Uppercase country code

This commit is contained in:
Eric Bailey
2025-07-14 13:49:41 -05:00
parent ae16baf4c2
commit 711f020779
@@ -53,8 +53,7 @@ export function useInitAgeAssurance() {
2e3,
appView.app.bsky.unspecced.initAgeAssurance({
...props,
// @ts-expect-error
countryCode: geolocation?.countryCode,
countryCode: geolocation?.countryCode?.toUpperCase(),
}),
)