Skip to content

Commit 9033459

Browse files
committed
fix for auth keys
1 parent 305632e commit 9033459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/swagger.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,6 @@ SwaggerAuthorizations.prototype.apply = function(obj, authorizations) {
14681468
var key;
14691469

14701470
if(typeof authorizations === 'undefined' || Object.keys(authorizations).length == 0) {
1471-
// apply all keys since no authorizations hash is defined
14721471
log("adding all keys");
14731472
for (key in this.authz) {
14741473
value = this.authz[key];

0 commit comments

Comments
 (0)