chore: fix most explicit-function-return-type warnings #656

Merged
Sainan merged 4 commits from explicit-return-types into main 2024-12-29 12:47:18 -08:00
Showing only changes of commit afba6b9e8c - Show all commits

View File

@ -184,7 +184,7 @@ const addRewardResponse = (
ItemType: string,
ItemCount: number,
InventoryCategory: IInventoryFieldType
): void => {
) => {
if (!ItemType) return;
if (!InventoryChanges[InventoryCategory]) {