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", "author": "Calvin Montgomery",
"name": "CyTube", "name": "CyTube",
"description": "Online media synchronizer and chat", "description": "Online media synchronizer and chat",
"version": "3.76.1", "version": "3.76.2",
"repository": { "repository": {
"url": "http://github.com/calzoneman/sync" "url": "http://github.com/calzoneman/sync"
}, },

View File

@ -68,7 +68,7 @@ export default function initialize(
try { try {
await userDb.requestAccountDeletion(user.id); 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) { } catch (error) {
LOGGER.error('Unknown error in requestAccountDeletion: %s', error.stack); LOGGER.error('Unknown error in requestAccountDeletion: %s', error.stack);
await showDeletePage(res, { internalError: true }); await showDeletePage(res, { internalError: true });