From eec06e70042562eb166ff6b31f345a39903dd791 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 1 Dec 2018 16:59:47 -0700 Subject: [PATCH] Fix oops! --- core/dropfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dropfile.js b/core/dropfile.js index a23c5c1c..6595aa1a 100644 --- a/core/dropfile.js +++ b/core/dropfile.js @@ -86,7 +86,7 @@ module.exports = class DropFile { const now = moment(); const secLevel = this.client.user.getLegacySecurityLevel().toString(); const fullName = prop[UserProps.RealName] || this.client.user.username; - const bd = moment(prop[UserProp.Birthdate).format('MM/DD/YY'); + const bd = moment(prop[UserProps.Birthdate]).format('MM/DD/YY'); // :TODO: fix time remaining // :TODO: fix default protocol -- user prop: transfer_protocol