Skip to content

Commit a84e898

Browse files
authored
Add identifiers to log (#22537)
1 parent c4eda5f commit a84e898

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/lib/getBusyTimes.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ const _getBusyTimes = async (params: {
192192
endConnectedCalendarsGet - startConnectedCalendarsGet
193193
} ms for user ${username}`,
194194
JSON.stringify({
195+
eventTypeId,
196+
startTimeDate,
197+
endTimeDate,
195198
calendarBusyTimes,
196199
})
197200
);

0 commit comments

Comments
 (0)