jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

extract/const isProd #118

Closed nerdoc closed 3 years ago

nerdoc commented 3 years ago

Type of PR (enhancement)

Description

just to satisfy ESLint, as isProd is used twice and has no let/const keyword.

Why should this be added

Just to simplify code, and make ESLint happy.

jonathan-s commented 3 years ago

Thank you!