Skip to content

Commit

Permalink
remove data key from responses
Browse files Browse the repository at this point in the history
  • Loading branch information
markdturner committed Aug 11, 2024
1 parent 245e343 commit 6d41928
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module.exports = ({ env }) => ({
enabled: true,
config: {
responseTransforms: {
removeAttributesKey: true
removeAttributesKey: true,
removeDataKey: true
}
}
},
Expand Down

0 comments on commit 6d41928

Please sign in to comment.