rename sentDate to sentAt

This commit is contained in:
Jeffrey Biles
2020-03-19 03:04:01 -07:00
parent a6320cebce
commit b21376ef0a
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ new Server({
body(){
return faker.lorem.paragraphs()
},
sentDate(){
sentAt(){
return faker.date.recent(20)
},
archived(i){