diff options
author | Sheogorath | 2018-09-25 14:15:36 +0200 |
---|---|---|
committer | Sheogorath | 2018-09-27 21:57:12 +0200 |
commit | 57e6d3a4820bfaa95ed99ede6542e2f2e404c791 (patch) | |
tree | bd3a699e180a1926eeb78acbf9f294e2ad6a8e4a /lib/config | |
parent | 7e0be69abb5857431777905ccb1edb1ff7bc7633 (diff) |
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 <sheogorath@shivering-isles.com>
Diffstat (limited to 'lib/config')
-rw-r--r-- | lib/config/default.js | 3 |
1 files changed, 2 insertions, 1 deletions
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, |