Merge pull request #971 from SISheogorath/fix/gitlabWarning
Set default to `v4`
This commit is contained in:
commit
ffc28e06f3
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ module.exports = {
|
|||
baseURL: undefined,
|
||||
clientID: undefined,
|
||||
clientSecret: undefined,
|
||||
scope: undefined
|
||||
scope: undefined,
|
||||
version: 'v4'
|
||||
},
|
||||
mattermost: {
|
||||
baseURL: undefined,
|
||||
|
|
Loading…
Reference in a new issue