You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use this project to generator my sponsors meta info. I found when i remove Backers . And set anthor tier monthlyDollars as 1. I got a mistake.
Just like
In my consola
Expcet
I noticed that if I run the example it defaults to a blank which is normal. But there may be cases where the user deletes these isn't it? I think defaultComposer should judge 0 and null(undefined) respectively.
Currently. In defaultComposer logic is const finalSponsors = config.tiers!.filter(i => i.monthlyDollars == null || i.monthlyDollars === 0)
The text was updated successfully, but these errors were encountered:
Background
Description
When i use this project to generator my sponsors meta info. I found when i remove
Backers
. And set anthor tiermonthlyDollars
as 1. I got a mistake.Just like
In my consola
Expcet
I noticed that if I run the example it defaults to a blank which is normal. But there may be cases where the user deletes these isn't it? I think
defaultComposer
should judge 0 and null(undefined) respectively.Currently. In
defaultComposer
logic isconst finalSponsors = config.tiers!.filter(i => i.monthlyDollars == null || i.monthlyDollars === 0)
The text was updated successfully, but these errors were encountered: