Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

カレンダー連携 #77

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

カレンダー連携 #77

wants to merge 14 commits into from

Conversation

yuto-trd
Copy link
Member

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

Copy link

codecov bot commented Aug 9, 2024

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 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
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