ci: format
This commit is contained in:
parent
0c1660858b
commit
e1923ff2e4
1 changed files with 1 additions and 2 deletions
|
|
@ -505,8 +505,7 @@ M.BUNDLED_CLIENT_ID = BUNDLED_CLIENT_ID
|
||||||
|
|
||||||
M.google_client = M.new({
|
M.google_client = M.new({
|
||||||
name = 'google',
|
name = 'google',
|
||||||
scope = 'https://www.googleapis.com/auth/tasks'
|
scope = 'https://www.googleapis.com/auth/tasks' .. ' https://www.googleapis.com/auth/calendar',
|
||||||
.. ' https://www.googleapis.com/auth/calendar',
|
|
||||||
port = 18392,
|
port = 18392,
|
||||||
config_key = 'google',
|
config_key = 'google',
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue