Fix: wrong call to promisifyChrome

This commit is contained in:
eight04 2020-08-17 21:01:12 +08:00
parent 38bf045814
commit 990ce5b2d5

View File

@ -4,8 +4,8 @@
const tokenManager = (() => { const tokenManager = (() => {
promisifyChrome({ promisifyChrome({
'browser.windows': ['create', 'update', 'remove'], 'windows': ['create', 'update', 'remove'],
'browser.tabs': ['create', 'update', 'remove'] 'tabs': ['create', 'update', 'remove']
}); });
const AUTH = { const AUTH = {
dropbox: { dropbox: {