Skip to content

Commit

Permalink
Merge pull request #188 from daddykotex/dfrancoeur/hint-mask
Browse files Browse the repository at this point in the history
Add Untagged to the defaults hint masks
  • Loading branch information
Baccata authored Apr 16, 2022
2 parents 0ae54b5 + 306738e commit b1b4b63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/json/src/smithy4s/http/json/codecs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ package http.json
import smithy.api.JsonName
import smithy.api.TimestampFormat
import smithy4s.api.Discriminated
import smithy4s.api.Untagged
import smithy4s.internals.InputOutput
import smithy4s.internals.DiscriminatedUnionMember

Expand All @@ -33,6 +34,7 @@ object codecs {
JsonName,
TimestampFormat,
Discriminated,
Untagged,
InputOutput,
DiscriminatedUnionMember
)
Expand Down

0 comments on commit b1b4b63

Please sign in to comment.