Skip to content

Commit

Permalink
remove: description sync
Browse files Browse the repository at this point in the history
  • Loading branch information
sajdakabir committed Oct 23, 2024
1 parent a3ad8d4 commit b8fffdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/backend/src/services/integration/calendar.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ const saveUpcomingMeetingsToDatabase = async (meetings, userId) => {
user: userId,
metadata: {
status: meeting.status,
description: meeting.description,
location: meeting.location,
attendees: meeting.attendees,
hangoutLink: meeting.hangoutLink,
Expand Down Expand Up @@ -287,7 +286,6 @@ const handleCalendarWebhookService = async (accessToken, refreshToken, userId) =
existingMeeting.title = event.summary;
existingMeeting.metadata = {
status: event.status,
description: event.description,
location: event.location,
attendees: event.attendees,
hangoutLink: event.hangoutLink,
Expand Down

0 comments on commit b8fffdd

Please sign in to comment.