Skip to content

Commit

Permalink
Merge pull request #292 from tloncorp/hm/fix-contacts-breach-handling
Browse files Browse the repository at this point in the history
contacts: remove unnecessary future check since we guard in fact intake
  • Loading branch information
arthyn authored Oct 24, 2024
2 parents 5a50b89 + 3bfa1f0 commit f2d8064
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions desk/app/contacts.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,8 @@
++ p-init
|= wen=(unit @da)
?~ wen (give (fact ~ full+rof))
?: =(u.wen wen.rof) cor
::
:: no future subs
?>((lth u.wen wen.rof) (give (fact ~ full+rof)))
?: (gte u.wen wen.rof) cor
(give (fact ~ full+rof))
:: +p-news-0: [legacy] publish news
::
++ p-news-0
Expand Down

0 comments on commit f2d8064

Please sign in to comment.