mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-31 23:16:09 +02:00
Fix oops!
This commit is contained in:
parent
154beb54ec
commit
eec06e7004
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue