From df2527265a9bc78764dee70d3cf5fb63c754cb3d Mon Sep 17 00:00:00 2001 From: Paul Melnikow Date: Fri, 28 Dec 2018 13:09:19 -0500 Subject: [PATCH] Fix [suggest] --- lib/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server.js b/lib/server.js index f8436e307e368..068055864f8fa 100644 --- a/lib/server.js +++ b/lib/server.js @@ -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()