Skip to content

Commit

Permalink
chore: add a todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
euharrison committed Dec 19, 2024
1 parent 806cb2b commit 9e55f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/namadillo/src/utils/dates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const secondsToTimeRemainingString = (
startTimeInSeconds: bigint,
endTimeInSeconds: bigint
): string | undefined => {
// TODO is this useful?
return;
if (endTimeInSeconds < startTimeInSeconds) {
return undefined;
Expand Down

0 comments on commit 9e55f92

Please sign in to comment.