Skip to content

Commit 1a6fcfb

Browse files
committed
Remove missed suspend events
1 parent 7fb3858 commit 1a6fcfb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/src/xServices/users/usersXService.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ export interface UsersContext {
2929
}
3030

3131
export type UsersEvent =
32-
| { type: "CONFIRM_USER_SUSPENSION" }
33-
| { type: "CANCEL_USER_SUSPENSION" }
3432
// Delete events
3533
| {
3634
type: "DELETE_USER";

0 commit comments

Comments
 (0)