Ability to post in Forum
This commit is contained in:
@@ -36,6 +36,6 @@ export default class Tokens extends OrderedObject {
|
||||
}
|
||||
|
||||
get(uuid) {
|
||||
return super.get(`TOKEN-${uuid}`)
|
||||
return this.entries[this.ids[`TOKEN-${uuid}`]]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user