From 57e6d3a4820bfaa95ed99ede6542e2f2e404c791 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Tue, 25 Sep 2018 14:15:36 +0200 Subject: Set default to `v4` Seems like we didn't fix the problem with the last patch. This should finally fix it. Signed-off-by: Sheogorath --- lib/config/default.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/config') diff --git a/lib/config/default.js b/lib/config/default.js index 6096bce4..c34279bd 100644 --- a/lib/config/default.js +++ b/lib/config/default.js @@ -104,7 +104,8 @@ module.exports = { baseURL: undefined, clientID: undefined, clientSecret: undefined, - scope: undefined + scope: undefined, + version: 'v4' }, mattermost: { baseURL: undefined, -- cgit v1.2.3