Skip to content

Commit

Permalink
Missing brace - merge issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenAsJade committed Aug 20, 2024
1 parent 768b01f commit f4caaaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ export function dropCurrentPeriod(data: { x: string; y: number | null }[]) {
newData[lastIndex] = { ...newData[lastIndex], y: null };
}
return newData;
}

// needed because Game end_time and start_time are only to the nearest second
export function showSecondsResolution(duration: moment.Duration | null): string {
Expand Down

0 comments on commit f4caaaf

Please sign in to comment.