DAVFoundation / xplore

⛓ A block explorer for local Ethereum testnets
MIT License
62 stars 65 forks source link

#21 Removed unnecessary return statement in getBlocksFulfilled #32

Closed talihomz closed 6 years ago

talihomz commented 6 years ago

Description

Changed [getBlocksFulfilled]: (state, { payload }) => { return payload; }, to [getBlocksFulfilled]: (state, { payload }) => payload,

Related Issue

#21

Motivation and Context

This improves readability of code.

How Has This Been Tested?

Ran npm test and all tests passed successfully.

Screenshots (if appropriate):

Types of changes

Checklist:

griffobeid commented 6 years ago

Awesome, thanks for your contribution @talihomz! 🎉