Skip to content

Commit

Permalink
fix(all): correct help string
Browse files Browse the repository at this point in the history
And force a publish
  • Loading branch information
ships authored Nov 20, 2023
1 parent 6aeb2d2 commit 2fe4d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ts-sdk/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function arrayOrOneOf(literalStrings: string[]) {
const [one, two, ...r] = literalStrings

if (!one) {
throw 'Never use arrayOrOneOf zero options!'
throw 'Never use arrayOrOneOf with zero options!'
}
if (!two) {
const onlyOption = t.literal(one)
Expand Down

0 comments on commit 2fe4d7c

Please sign in to comment.