Update: Remove useless object

This commit is contained in:
Yûki VACHOT 2021-12-11 10:24:59 +01:00
parent da1adf9679
commit 8c33157fb8

View file

@ -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;