Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: tail from string to ensureString
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 19, 2020
1 parent 23b7f56 commit e83a226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/finances/codec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ const DebtRecoveryItem = Codec.interface({

const ChargeInstrument = Codec.interface({
Description: optional(string),
Tail: optional(string),
Tail: optional(ensureString),
Amount: optional(CurrencyAmount),
})

Expand Down

0 comments on commit e83a226

Please sign in to comment.