Skip to content

Commit

Permalink
Merge pull request #91 from CloudEcosystemDev/feat/added-type-of-fiel…
Browse files Browse the repository at this point in the history
…dkey

Removed value as required in mapping
  • Loading branch information
jorgerusso committed Nov 14, 2023
2 parents 6765d70 + 3b191ec commit 75614bc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const defaultSchema = new Schema({
data: {
value: {
type: String,
required: true,
},
},
});
Expand Down

0 comments on commit 75614bc

Please sign in to comment.