Skip to content

Commit

Permalink
Update src/utils/handleLatestFeed.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Noble Mittal <[email protected]>
  • Loading branch information
JamarTG and beingnoble03 authored Oct 3, 2023
1 parent 71cd481 commit f62134c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/handleLatestFeed.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { InterfaceQueryOrganizationPostListItem } from './interfaces';
import type { InterfaceQueryOrganizationEventListItem } from './interfaces';

function sortandSliceEventsByStartDate(
function sortAndSliceEventsByStartDate(
events: InterfaceQueryOrganizationEventListItem[]
): InterfaceQueryOrganizationEventListItem[] {
return events
Expand Down

0 comments on commit f62134c

Please sign in to comment.