Closed EnzoVezzaro closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
market | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 31, 2023 9:37pm |
Code Climate has analyzed commit 8dda0f06 and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 20.2% (0.0% change).
View more on Code Climate.
I can confirm that the issue is fixed right now, I could add the parameters attached to the algorithm. Thank you @EnzoVezzaro! I'll approve.
I noticed this fix broke the custom provider validation (try to remove the default provider and add a new one and you'll see the app crash), you could probably just add !field.name.endsWith('.providerUrl')
to the checkError
function.
I noticed this fix broke the custom provider validation (try to remove the default provider and add a new one and you'll see the app crash), you could probably just add
!field.name.endsWith('.providerUrl')
to thecheckError
function.
Great catch 👍🏽 I created a PR to fix this. Your solution @LucaMilanese90 seems to work, thanks for the help.
Changes proposed in this PR:
HOW TO TEST:
Publish:
Edit: