Skip to content

Commit

Permalink
clearer code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Dec 3, 2024
1 parent 6f4fcf1 commit 9afebe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Card: React.FC<Props> = ({
]);

// Check if we have a Send node in our breadcrumbs
// In the frontend this is a better/more immediate proxy for "Submitted" because actual send events that populate lowcal_sessions.submitted_at are async
// This is a better/more immediate proxy for "Submitted" because actual send events that populate lowcal_sessions.submitted_at are queued via Hasura
const hasSent = Object.keys(breadcrumbs)
.reverse()
.some(
Expand Down

0 comments on commit 9afebe9

Please sign in to comment.