(id: string)
| 1694 | } |
| 1695 | |
| 1696 | const restore = (id: string) => { |
| 1697 | if (!params.id || reverting()) return |
| 1698 | return restoreMutation.mutateAsync(id) |
| 1699 | } |
| 1700 | |
| 1701 | const rolled = createMemo(() => { |
| 1702 | const id = revertMessageID() |
no outgoing calls
no test coverage detected