better return type.

This commit is contained in:
Lyle hayhurst
2021-06-06 08:54:47 -05:00
parent ec207fa658
commit cffa2318f7

View File

@@ -132,7 +132,7 @@ export class wfrp4e {
return {available: item.data.data.quantity.value}; return {available: item.data.data.quantity.value};
} }
else { else {
return {}; return;
} }
} }