From e4076e95dd691502321d490205170c5e8cce3d5e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 8 Nov 2017 22:03:50 -0500 Subject: [PATCH] lint fix --- dist/.publish | 2 +- src/app/organization/organizationDashboardController.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/.publish b/dist/.publish index 8839362e8f..9d2a53eca0 160000 --- a/dist/.publish +++ b/dist/.publish @@ -1 +1 @@ -Subproject commit 8839362e8f2c5262de7905376b6b88f8fc2699f1 +Subproject commit 9d2a53eca056ba947302e3bbb3082a430a5b0b4d diff --git a/src/app/organization/organizationDashboardController.js b/src/app/organization/organizationDashboardController.js index f7ff2e8897..2ad7f5f755 100644 --- a/src/app/organization/organizationDashboardController.js +++ b/src/app/organization/organizationDashboardController.js @@ -14,6 +14,6 @@ }); $scope.goBilling = function () { - $state.go('backend.org.billing', { orgId: $state.params.orgId }) + $state.go('backend.org.billing', { orgId: $state.params.orgId }); }; });