Fix legacy connection profile migration

This commit is contained in:
Thomas Nordquist
2019-02-17 13:14:02 +01:00
parent aa32349727
commit 1740df6218
2 changed files with 5 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ export function createEmptyConnection(): ConnectionOptions {
}
}
export function defaultConnections() {
export function makeDefaultConnections() {
return {
'iot.eclipse.org': {
...createEmptyConnection(),