Skip to content

Commit eeb167a

Browse files
authored
docs: fix softDelete table (#716)
1 parent 072270f commit eeb167a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1877,7 +1877,7 @@ Flag records as logically deleted instead of physically removing them. Requires
18771877

18781878
- **Arguments**
18791879

1880-
| Argument | Type | Default | Description |
1880+
| Argument | Type | Default | Description | |
18811881
| -------------- | --------- | ------- | ---------------------------- | -------------------------------------------------------------------------------------------------------------- |
18821882
| `deletedQuery` | `Function | Object` | `{ deleted: { $ne: true } }` | An object or async function that takes the query which returns the part of the query to exclude deleted entrie |
18831883
| `removeData` | `Function | Object` | `{ deleted: true }` | An object or async function that returns the data used to flag an entry as deleted |

0 commit comments

Comments
 (0)