From 51c81ab383413486854c112b5fa068244b6bfb52 Mon Sep 17 00:00:00 2001 From: Tylor Mayfield Date: Tue, 3 Nov 2020 11:14:17 -0500 Subject: [PATCH] Add Gender to User return --- lib/locales/default/entity/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/locales/default/entity/index.js b/lib/locales/default/entity/index.js index 41ec856e..30e4c8c4 100644 --- a/lib/locales/default/entity/index.js +++ b/lib/locales/default/entity/index.js @@ -21,6 +21,7 @@ module.exports = { return { firstName: firstName, lastName: lastName, + gender: gender, userName: this.internet.userName(firstName, lastName), password: this.internet.password(), email: this.internet.email(firstName, lastName),