Renommage methode checkNull

This commit is contained in:
Vincent Vandemeulebrouck
2022-06-04 23:17:27 +02:00
parent 60b6da5cd3
commit bdead49d01
3 changed files with 32 additions and 47 deletions

View File

@ -22,13 +22,6 @@ export class RdDActorEntiteSheet extends ActorSheet {
});
}
/* -------------------------------------------- */
_checkNull(items) {
if (items && items.length) {
return items;
}
return [];
}
/* -------------------------------------------- */
async getData() {