sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.77k stars 1.58k forks source link

donot check migration when migrations.length is 0 #692

Closed isayme closed 8 years ago

isayme commented 8 years ago

migrations.slice(migrations.length - 1)[0]

we should not do this when migrations.length === 0

hhaidar commented 8 years ago

Thank you!