small adjustments to TODO comments

This commit is contained in:
Johannes Loher 2021-01-26 03:58:03 +01:00
parent 62cc5a0e7c
commit a0c4d1c4d9
2 changed files with 3 additions and 3 deletions

View file

@ -117,7 +117,7 @@ export class DS4ActorSheet extends ActorSheet<unknown, DS4Actor> {
};
// Finally, create the item!
return this.actor.createOwnedItem(itemData as DS4ItemData); // TODO(types) Improve upstream typing of createOwnedItem. It is possible to leave parts out here.
return this.actor.createOwnedItem(itemData as DS4ItemData); // TODO(types): Improve upstream typing of createOwnedItem. It is possible to leave parts out here.
}
/**