rm teamdrive: true by @iwestlin

This commit is contained in:
liaojack8 2020-07-05 22:01:29 +08:00
parent 6fe42e3462
commit 5b67053077
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ async function tg_copy ({ fid, target, chat_id, update }) { // return task_id
} }
} }
real_copy({ source: fid, update, target, not_teamdrive: true, service_account: true, is_server: true }) real_copy({ source: fid, update, target, service_account: !USE_PERSONAL_AUTH, is_server: true })
.then(async info => { .then(async info => {
if (!record) record = {} // 防止无限循环 if (!record) record = {} // 防止无限循环
if (!info) return if (!info) return