Skip to content

Commit 57e6d3a

Browse files
committed
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 <[email protected]>
1 parent 7e0be69 commit 57e6d3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/config/default.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ module.exports = {
104104
baseURL: undefined,
105105
clientID: undefined,
106106
clientSecret: undefined,
107-
scope: undefined
107+
scope: undefined,
108+
version: 'v4'
108109
},
109110
mattermost: {
110111
baseURL: undefined,

0 commit comments

Comments
 (0)