fix: typo
This commit is contained in:
parent
14a6b80a44
commit
e6cee7263e
|
@ -6,7 +6,7 @@ export default (User, latus) => class UserReddichat extends User {
|
||||||
|
|
||||||
static get attributes() {
|
static get attributes() {
|
||||||
return {
|
return {
|
||||||
...super.atributes,
|
...super.attributes,
|
||||||
redditAccessToken: Types.STRING,
|
redditAccessToken: Types.STRING,
|
||||||
redditUsername: Types.STRING,
|
redditUsername: Types.STRING,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user