summary refs log tree commit diff
path: root/src/dto/auth/WhoAmIDto.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/dto/auth/WhoAmIDto.js')
-rw-r--r--src/dto/auth/WhoAmIDto.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dto/auth/WhoAmIDto.js b/src/dto/auth/WhoAmIDto.js

index 686194c..5e64282 100644 --- a/src/dto/auth/WhoAmIDto.js +++ b/src/dto/auth/WhoAmIDto.js
@@ -6,7 +6,6 @@ import Joi from 'joi'; */ export class WhoAmIDto { userId; - username; deviceId; type;