Skip to content

Commit

Permalink
Merge pull request ubiquity#757 from ubiquity-whilefoo/config-hotfix
Browse files Browse the repository at this point in the history
hotfix: issue creator multiplier should be optional
  • Loading branch information
whilefoo authored Sep 12, 2023
2 parents b3667b8 + 6ca50a4 commit 4c666eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const WideConfigSchema = Type.Object(
{
"evm-network-id": Type.Optional(Type.Number()),
"price-multiplier": Type.Optional(Type.Number()),
"issue-creator-multiplier": Type.Number(),
"issue-creator-multiplier": Type.Optional(Type.Number()),
"time-labels": Type.Optional(Type.Array(LabelItemSchema)),
"priority-labels": Type.Optional(Type.Array(LabelItemSchema)),
"payment-permit-max-price": Type.Optional(Type.Number()),
Expand Down

0 comments on commit 4c666eb

Please sign in to comment.