moment / luxon

⏱ A library for working with dates and times in JS
https://moment.github.io/luxon
MIT License
15.12k stars 728 forks source link

refactor: remove always-false if check in listStuff #1485

Open MonstraG opened 11 months ago

MonstraG commented 11 months ago

loc.listingMode() always returns either "en" or "intl", so mode === "error" would never succeed.