Skip to content

Commit

Permalink
contacts: remove unnecessary future check since we guard in fact intake
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed Oct 24, 2024
1 parent 5a50b89 commit 420b1cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions desk/app/contacts.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,10 @@
::
++ p-init
|= wen=(unit @da)
:: TODO: figure out if we can just give the profile every time
?~ wen (give (fact ~ full+rof))
?: =(u.wen wen.rof) cor
::
:: no future subs
?>((lth u.wen wen.rof) (give (fact ~ full+rof)))
(give (fact ~ full+rof))
:: +p-news-0: [legacy] publish news
::
++ p-news-0
Expand Down

0 comments on commit 420b1cd

Please sign in to comment.