Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

If a default value for a String field is 0x the generator will put it as a number #260

Open
krruzic opened this issue Oct 27, 2023 · 0 comments

Comments

@krruzic
Copy link

krruzic commented Oct 27, 2023

and this fails because it expects a hex

ex)

  data       String?   @default("0x")
-> generates:
@ApiProperty({
  default: 0x
  })

causing a build error expected hexadecimal digit

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

No branches or pull requests

1 participant