Skip to content

Conversation

@yuto-trd
Copy link
Member

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

@codecov
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.

3 participants