Skip to content

Conversation

davidabram
Copy link
Member

No description provided.

@davidabram davidabram force-pushed the feat/transform-testing branch from 1534fe3 to aee4a12 Compare November 24, 2023 13:46
@davidabram davidabram force-pushed the feat/transform-testing branch from 7069a5b to c7e7fd1 Compare November 25, 2023 14:27
@davidabram davidabram marked this pull request as ready for review November 29, 2023 09:19
const timelineMapKeys = [...timelineMap.keys()];
export function calculateTimeline(timelineMapKeys: TimelineMapKey[], timelineMap: Map<TimelineMapKey, MergeRequestNoteData | TimelineEventData>, { authorExternalId }: calcTimelineArgs) {

const commitedEvents = timelineMapKeys.filter(key => key.type === 'committed');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo *committedEvents

@davidabram davidabram merged commit 91f6516 into main Nov 29, 2023
@davidabram davidabram deleted the feat/transform-testing branch November 29, 2023 11:05
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