Skip to content

Commit

Permalink
Fix [suggest] (#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored Dec 28, 2018
1 parent 27da1aa commit 16491d7
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 16491d7

Please sign in to comment.