users: replace modifiedAt with ts

This commit is contained in:
Girish Ramakrishnan
2020-07-09 15:43:22 -07:00
parent d512a9c30d
commit f94ff49fb9
8 changed files with 20 additions and 16 deletions

View File

@@ -36,7 +36,6 @@ var USER_0 = {
role: 'user',
salt: 'morton',
createdAt: 'sometime back',
modifiedAt: 'now',
resetToken: hat(256),
displayName: '',
source: '',
@@ -52,7 +51,6 @@ var USER_1 = { // this user has not signed up yet
role: 'user',
salt: 'morton',
createdAt: 'sometime back',
modifiedAt: 'now',
resetToken: hat(256),
displayName: '',
source: '',