flyimg/flyup-img-files-middleware

Remider: update the mime checks to use Object.entries too

baamenabar opened this issue · 0 comments

The JS Object.entries() method should be used instead of just Object.keys(). This will prevent unnecessary loops in the stats module.

also chek when to use Object.values()