Skip to content

Commit

Permalink
Update Adverts.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
augustlindemer authored Jun 10, 2024
1 parent a266587 commit d6f1c9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ export const ProposedAdvertisements: Schema = {
},
},
],
min: 0,
min: 1,
max: 1,
} as const;

0 comments on commit d6f1c9e

Please sign in to comment.