Fix NPE
This commit is contained in:
parent
597a86f501
commit
d1fa155eee
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
$scope.signinStarted = function() {
|
||||
if (Features.BILLING) {
|
||||
PlanService.getMinimumPlan(1, true, function(plan) {
|
||||
if (!plan) { return; }
|
||||
PlanService.notePlan(plan.stripeId);
|
||||
});
|
||||
}
|
||||
|
|
Reference in a new issue