Skip to content

Commit

Permalink
Merge branch 'master' into register-redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored Dec 28, 2018
2 parents a1b0d48 + 16491d7 commit 11c2a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ module.exports = class Server {
githubConstellation.initialize(camp)
metrics.initialize(camp)

const { githubApiProvider } = this.githubConstellation
const { apiProvider: githubApiProvider } = this.githubConstellation
suggest.setRoutes(allowedOrigin, githubApiProvider, camp)

this.registerErrorHandlers()
Expand Down

0 comments on commit 11c2a43

Please sign in to comment.