Update: Remove useless object
This commit is contained in:
parent
da1adf9679
commit
8c33157fb8
1 changed files with 0 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
||||||
class Token {
|
|
||||||
constructor(id, email, profileImageUrl, role){
|
|
||||||
this.id = id;
|
|
||||||
this.email = email;
|
|
||||||
this.profileImageUrl = profileImageUrl;
|
|
||||||
this.role = role;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = Token;
|
|
||||||
Reference in a new issue