-
Couldn't load subscription status.
- Fork 6
Open
Labels
Description
On many places in the config creations we have Number(...), but Number("asd") === NaN which is still number but not really applicable for our usecases. We should therefore validate that we have indeed valid number.
This could be tackled together with #388