chore: fix most explicit-function-return-type warnings #656
@ -184,7 +184,7 @@ const addRewardResponse = (
|
||||
ItemType: string,
|
||||
ItemCount: number,
|
||||
InventoryCategory: IInventoryFieldType
|
||||
): void => {
|
||||
) => {
|
||||
if (!ItemType) return;
|
||||
|
||||
if (!InventoryChanges[InventoryCategory]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user