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>
This commit is contained in:
@@ -104,7 +104,8 @@ module.exports = {
|
|||||||
baseURL: undefined,
|
baseURL: undefined,
|
||||||
clientID: undefined,
|
clientID: undefined,
|
||||||
clientSecret: undefined,
|
clientSecret: undefined,
|
||||||
scope: undefined
|
scope: undefined,
|
||||||
|
version: 'v4'
|
||||||
},
|
},
|
||||||
mattermost: {
|
mattermost: {
|
||||||
baseURL: undefined,
|
baseURL: undefined,
|
||||||
|
|||||||
Reference in New Issue
Block a user