Skip to content

Commit

Permalink
fix preadd docs (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth authored Mar 1, 2024
1 parent f4432f1 commit 1f298fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/zero-knowledge.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { parseId } from '@logux/core'

server.log.type('0', (action, meta) => {
meta.reasons.push('user:' + parseId(meta.id).userId)
}, 'preadd')
}, { event: 'preadd' })
```

When client will remove some action, it will send:
Expand Down

0 comments on commit 1f298fa

Please sign in to comment.