Skip to content

Commit

Permalink
Add mirrored parameter to the createEntry method (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
bt4R9 authored Dec 13, 2023
1 parent 3777c6e commit 16cef7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/entries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export default {
meta: body.meta,
recursion: body.recursion,
hidden: body.hidden,
mirrored: body.mirrored,
data: body.data,
unversionedData: body.unversionedData,
links: body.links,
Expand Down

0 comments on commit 16cef7a

Please sign in to comment.