Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(us_verifications): Fix us_verifications valid address return type. #271

Closed
wants to merge 1 commit into from

Conversation

Thexumaker
Copy link

Description

Addressing this issue

Typescript doesn't allow you to assign a boolean to a enum ie
enum value = { test = true }

But if the value is boolean why do we need an enum?

Story

JIRA-XXX

Related PR's

Generator

Verify

  • Code runs without errors
  • Tests pass with >=85% coverage

@Thexumaker Thexumaker requested review from BennyKitchell and a team as code owners September 24, 2023 08:18
@BennyKitchell
Copy link
Contributor

The form comes from the generator and the code works correctly, since this change would need to be made at the generator level I will be closing this PR and we can track the issue ticket if it becomes a higher priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants