Skip to content

Commit

Permalink
rev version and de-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Sep 20, 2017
1 parent 5548539 commit d80559f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atomist/automation-client",
"version": "0.1.1",
"version": "0.1.2",
"description": "Atomist automation client for running command and event handlers",
"author": "Atomist, Inc.",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/internal/transport/express/ExpressServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export class ExpressServer {
}
}
if (actualStrategies.length > 0) {
return passport.authenticate(actualStrategies, { session: false });
return passport.authenticate(actualStrategies, { session: false });
} else {
return (req, res, next) => { next(); };
}
Expand Down
6 changes: 3 additions & 3 deletions test/atomist.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const configuration: Configuration = {
},
bearer: {
enabled: false,
}
}
}
},
},
},
};

0 comments on commit d80559f

Please sign in to comment.