We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f10e0 commit c2e927bCopy full SHA for c2e927b
src/util/date.js
@@ -198,7 +198,7 @@ export const updateChallengePhaseBeforeSendRequest = (challengeDetail) => {
198
}))
199
return challengeDetailTmp
200
}
201
- if(challengeDetail.metadata && challengeDetail.metadata.length > 0) {
+ if (challengeDetail.metadata && challengeDetail.metadata.length > 0) {
202
challengeDetail.metadata = challengeDetail.metadata.map(m => {
203
// check if value is boolean and convert to string
204
if (typeof m.value === 'boolean') {
0 commit comments