Timestamp is improperly set #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
NewClaim does not properly set the timestamp for when the selection was gained, instead using 0 (CurrentTime). It should instead use the timestamp of the event that caused the selection to be gained. We can't modify NewClaim to take in a timestamp parameter for two reasons:
Instead, we should create a different constructor that takes in a timestamp. Possibly NewClaimWithTimestamp or something.