Fix an error where mixpanel events would have the wrong uuid set on first provision.

This commit is contained in:
Pagan Gazzard 2015-05-05 15:31:55 +01:00 committed by Pablo Carranza Vélez
parent 12542bf7d4
commit 52d4cfb9d9
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
* Fix an error where mixpanel events would have the wrong uuid set on first provision. [Page]
* Update knexjs to ~0.8.3, which uses lodash 3 and means it will be deduplicated (reducing image size and runtime memory usage) [Page]
* Stop caching config.json, avoids a race that could cause getting stuck repeatedly trying to register [Page]

View File

@ -54,3 +54,4 @@ module.exports = ->
])
knex('app').truncate()
])
.return(userConfig.uuid)