Skip to content

Commit 988bc99

Browse files
committed
style agaim
1 parent cb61855 commit 988bc99

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/hooks/calendar.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,7 @@ function getDateProps(
166166
}
167167

168168
// Function to create discord event
169-
async function createDiscordEvents(
170-
events: Messages[] | GoogleCalendarDataProps[],
171-
client: Client
172-
) {
169+
async function createDiscordEvents(events: Messages[], client: Client) {
173170
// Iterate through the next week events
174171
events.map(async (event) => {
175172
// Create a guild event for each event using the discord client

0 commit comments

Comments
 (0)