From 16491d787ce9dfd3447bc17fd63724cb06b73a81 Mon Sep 17 00:00:00 2001 From: Paul Melnikow Date: Fri, 28 Dec 2018 13:51:29 -0500 Subject: [PATCH] Fix [suggest] (#2604) --- lib/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server.js b/lib/server.js index f8436e307e..068055864f 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()