todomvc-plusplus icon indicating copy to clipboard operation
todomvc-plusplus copied to clipboard

user.js under db missing 'use strict'

Open nguyenjk opened this issue 8 years ago • 1 comments

the database.js file under db is missing 'use strict' which cause issue "Block-scoped declarations (let, const, function, class) not yet supported outside strict mode" when you try to do db:migrate

nguyenjk avatar Sep 06 '16 17:09 nguyenjk

In addition to this, to get ElephantSQL running I also had to update the config.DatabaseUrl to my ESQL url in Index.js, not just User.js.

louisrowan avatar Feb 17 '17 06:02 louisrowan