File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ export async function fetchCommunityEvents(): Promise<CommunityEventsReturnType>
30
30
date : event . start . dateTime ,
31
31
title : event . summary ,
32
32
calendarLink : event . htmlLink ,
33
- pastEventLink : event . location ,
34
33
}
35
34
} )
36
35
const upcomingEventData = futureEventsReqData
@@ -41,7 +40,6 @@ export async function fetchCommunityEvents(): Promise<CommunityEventsReturnType>
41
40
date : event . start . dateTime ,
42
41
title : event . summary ,
43
42
calendarLink : event . htmlLink ,
44
- pastEventLink : event . location ,
45
43
}
46
44
} )
47
45
Original file line number Diff line number Diff line change @@ -184,7 +184,6 @@ export interface CommunityEvent {
184
184
date : string
185
185
title : string
186
186
calendarLink : string
187
- pastEventLink ?: string
188
187
}
189
188
190
189
export interface ReqCommunityEvent {
You can’t perform that action at this time.
0 commit comments