1
0
mirror of https://github.com/bitwarden/web synced 2026-01-05 01:54:02 +00:00

lint fixes

This commit is contained in:
Kyle Spearrin
2017-12-19 12:15:24 -05:00
parent 0d2bf4f7a1
commit bf885c184f
4 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
.module('bit.organization')
.controller('organizationVaultController', function ($scope, apiService, cipherService, $analytics, $q, $state,
$localStorage, $uibModal, $filter, authService, $filter, $uibModalStack) {
$localStorage, $uibModal, $filter, authService, $uibModalStack) {
$scope.ciphers = [];
$scope.collections = [];
$scope.loading = true;