Skip to content

Commit

Permalink
feat: add userData to action:user.delete
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Sep 4, 2020
1 parent a263897 commit 9542ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/socket.io/admin/user.js
Expand Up @@ -168,6 +168,7 @@ async function deleteUsers(socket, uids, method) {
callerUid: socket.uid,
uid: uid,
ip: socket.ip,
user: userData,
});
}
try {
Expand Down

0 comments on commit 9542ef1

Please sign in to comment.