Skip to content

Commit

Permalink
simplifyClaimForEdit: preserve rich values
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlath committed Sep 18, 2020
1 parent 79c8806 commit 12d27db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/claim/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ const simplifyOptions = {
keepSnaktypes: true,
keepQualifiers: true,
keepReferences: true,
keepRanks: true
keepRanks: true,
keepRichValues: true
}

module.exports = {
Expand Down

0 comments on commit 12d27db

Please sign in to comment.