mlomb / chat-analytics

Generate interactive, beautiful and insightful chat analysis reports
https://chatanalytics.app
GNU Affero General Public License v3.0
711 stars 51 forks source link

Reformatted if blocks containing 'return' (focusing on title-building) #48

Closed hopperelec closed 1 year ago

hopperelec commented 1 year ago

The changes I've made significantly reduce nesting, reduce duplicate code and avoid some unnecessary checks

I also corrected a typo in File.ts, since I thought it would be excessive to have a dedicated PR for this.

mlomb commented 1 year ago

oopsie