Skip to content

Commit

Permalink
feat: add default redactedBy
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Jun 4, 2024
1 parent 7240d88 commit 126333e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const Index = () => {
createdAt: new Date(),
disabled: false,
udap_id: user.udap.id,
redactedBy: user.name,
},
}),
onSuccess: (data) => {
Expand Down

0 comments on commit 126333e

Please sign in to comment.