Bugfix for last commit.

This commit is contained in:
Brendon Duncan 2018-07-02 18:02:32 +12:00
commit 2422efdb46

View file

@ -212,7 +212,7 @@ angular.module('copayApp.services')
return;
}
profile = Profile.fromString(getStr);
var profile = Profile.fromString(getStr);
cb(null, profile);
});
};