From a927d316292b8c298143f145bb32411bd6ea5e9f Mon Sep 17 00:00:00 2001 From: Yaseen Date: Thu, 20 Jan 2022 16:01:01 -0500 Subject: [PATCH] story: make `|story-list` use new types --- pkg/arvo/gen/story-list.hoon | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/arvo/gen/story-list.hoon b/pkg/arvo/gen/story-list.hoon index 0bb02ca4c..01d1aa3da 100644 --- a/pkg/arvo/gen/story-list.hoon +++ b/pkg/arvo/gen/story-list.hoon @@ -1,3 +1,4 @@ +/- *story :: :::: :: @@ -9,10 +10,9 @@ :: List all commit messages for the given desk :: =/ our p.bec -=/ story=(map tako:clay [@t @t]) - .^((map tako:clay [@t @t]) %cx /(scot %p our)/[syd]/(scot %da now)/story) -=/ story-to-mime .^($-((map tako:clay [@t @t]) mime) %cf /(scot %p our)/[syd]/(scot %da now)/story/mime) -=/ story-mime (story-to-mime story) -=/ story-text `@t`q.q.story-mime +=/ tale=story .^(story %cx /(scot %p our)/[syd]/(scot %da now)/story) +=/ story-to-mime .^($-(story mime) %cf /(scot %p our)/[syd]/(scot %da now)/story/mime) +=/ tale-mime (story-to-mime tale) +=/ tale-text `@t`q.q.tale-mime :- %tang -[story-text ~] \ No newline at end of file +[tale-text ~] \ No newline at end of file