Fix eslint and lint the codebase
This commit is contained in:
parent
23a402f11a
commit
761f0b6563
6 changed files with 22 additions and 12 deletions
|
|
@ -90,7 +90,7 @@ export class TAFActor extends Actor {
|
|||
// #region Getters
|
||||
#sortedTypes = null;
|
||||
get itemTypes() {
|
||||
if (this.#sortedTypes) return this.#sortedTypes;
|
||||
if (this.#sortedTypes) { return this.#sortedTypes };
|
||||
const types = {};
|
||||
for (const item of this.items) {
|
||||
if (item.type !== `generic`) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue