Bugfix for last commit.
This commit is contained in:
parent
867063fc8f
commit
2422efdb46
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ angular.module('copayApp.services')
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
profile = Profile.fromString(getStr);
|
var profile = Profile.fromString(getStr);
|
||||||
cb(null, profile);
|
cb(null, profile);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue