Skip to content

カレンダー連携 - #77

Open
yuto-trd wants to merge 14 commits into
mainfrom
link-calendar
Open

カレンダー連携#77
yuto-trd wants to merge 14 commits into
mainfrom
link-calendar

Conversation

@yuto-trd

@yuto-trd yuto-trd commented Aug 8, 2024

Copy link
Copy Markdown
Member

@codecov

codecov Bot commented Aug 9, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ff2e933) to head (96ae9e9).

Additional details and impacted files
@@            Coverage Diff             @@
##              main       #77    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            1         3     +2     
  Lines          183       360   +177     
  Branches        32        61    +29     
==========================================
+ Hits           183       360   +177     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yuto-trd
yuto-trd marked this pull request as ready for review August 9, 2024 10:35
@yuto-trd
yuto-trd requested a review from k-taro56 August 9, 2024 10:35
Comment thread src/index.ts
Comment on lines +227 to +234
export const handleEventDelete =
() => async (event: GuildScheduledEvent | PartialGuildScheduledEvent) => {
console.log('Event deleted: ', event.name);
const users = await retrieveUsersAndRefresh();
for (const user of users) {
removeCalEvent(user.access_token, event);
}
};

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants