mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-31 06:41:05 +00:00
Fix an error where mixpanel events would have the wrong uuid set on first provision.
This commit is contained in:
parent
12542bf7d4
commit
52d4cfb9d9
@ -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]
|
||||
|
||||
|
@ -54,3 +54,4 @@ module.exports = ->
|
||||
])
|
||||
knex('app').truncate()
|
||||
])
|
||||
.return(userConfig.uuid)
|
||||
|
Loading…
x
Reference in New Issue
Block a user