Skip to content

Commit eeff827

Browse files
committed
fix: correct remove user webhook response
1 parent 8029382 commit eeff827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/notification/webhook/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ class UserUpdated(UserNotification):
6868
class UserDeleted(UserNotification):
6969
action: Notification.Type = Notification.Type.user_deleted
7070
by: AdminDetails
71+
user: UserNotificationResponse
7172

7273

7374
class UserLimited(UserNotification):

0 commit comments

Comments
 (0)