mirror of
https://github.com/bitwarden/web
synced 2025-12-22 03:03:26 +00:00
lint fixes
This commit is contained in:
@@ -112,6 +112,7 @@
|
||||
var attachmentSharePromises = [];
|
||||
if ($scope.cipher.attachments) {
|
||||
for (var i = 0; i < $scope.cipher.attachments.length; i++) {
|
||||
/* jshint ignore:start */
|
||||
(function (attachment) {
|
||||
var promise = cipherService.downloadAndDecryptAttachment(null, attachment, false)
|
||||
.then(function (decData) {
|
||||
@@ -136,6 +137,7 @@
|
||||
});
|
||||
attachmentSharePromises.push(promise);
|
||||
})($scope.cipher.attachments[i]);
|
||||
/* jshint ignore:end */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user