fix: lark get free busy param error (#4285)

Co-authored-by: chengcheng.frontend <chengcheng.frontend@bytedance.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
pull/4289/head^2
Cheng CHENG 2022-09-09 01:39:23 +08:00 committed by GitHub
parent 4aa9c830c1
commit 38ccd7b159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -282,9 +282,6 @@ export default class LarkCalendarService implements Calendar {
const response = await this.fetcher(`/calendar/v4/freebusy/batch_get`, {
method: "POST",
headers: {
"x-tt-env": "boe_wangzichao",
},
body: JSON.stringify({
time_min: dateFrom,
time_max: dateTo,