Skip to content

Commit

Permalink
fix:fix the bug in packages/transforms/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
etheral12138 committed Mar 6, 2024
1 parent affd1d8 commit 4ad78c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transforms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ try {
const opts = {
transforms: [
unwind({ paths: ['fieldToUnwind','fieldToUnwind.subfieldToUnwind'], blankOut: true }),
flatten({ object: true, array: true, separator: '_'}),
flatten({ objects: true, arrays: true, separator: '_'}),
addCounter()
]
};
Expand Down

0 comments on commit 4ad78c6

Please sign in to comment.