From 38ccd7b159299535698009946bf06617d4ca78f0 Mon Sep 17 00:00:00 2001 From: Cheng CHENG Date: Fri, 9 Sep 2022 01:39:23 +0800 Subject: [PATCH] fix: lark get free busy param error (#4285) Co-authored-by: chengcheng.frontend Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com> Co-authored-by: Peer Richelsen --- packages/app-store/larkcalendar/lib/CalendarService.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/app-store/larkcalendar/lib/CalendarService.ts b/packages/app-store/larkcalendar/lib/CalendarService.ts index b98008ef84..7bedd79f21 100644 --- a/packages/app-store/larkcalendar/lib/CalendarService.ts +++ b/packages/app-store/larkcalendar/lib/CalendarService.ts @@ -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,