This commit is contained in:
Calvin Montgomery 2021-03-22 22:53:03 -07:00
parent 05107ce13f
commit da53decdd5
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
"version": "3.76.1",
"version": "3.76.2",
"repository": {
"url": "http://github.com/calzoneman/sync"
},

View File

@ -68,7 +68,7 @@ export default function initialize(
try {
await userDb.requestAccountDeletion(user.id);
eventlog.log(`[account] ${req.ip} requested account deletion for ${user.name}`);
eventlog.log(`[account] ${req.realIP} requested account deletion for ${user.name}`);
} catch (error) {
LOGGER.error('Unknown error in requestAccountDeletion: %s', error.stack);
await showDeletePage(res, { internalError: true });