mirror of
https://github.com/urbit/shrub.git
synced 2024-12-03 05:43:18 +03:00
hark: fix read-group action
This commit is contained in:
parent
2fc10ecefa
commit
d124bbdb57
@ -724,7 +724,8 @@
|
||||
(graphs-of-group:met rid)
|
||||
|-
|
||||
?~ graphs poke-core
|
||||
$(graphs t.graphs, poke-core (read-graph i.graphs))
|
||||
=/ core=_poke-core (read-graph i.graphs)
|
||||
$(graphs t.graphs, poke-core core)
|
||||
::
|
||||
++ remove-graph
|
||||
|= rid=resource
|
||||
|
@ -99,7 +99,7 @@
|
||||
++ graphs-of-group
|
||||
|= group=resource
|
||||
=/ =associations:store
|
||||
(metadata-for-group)
|
||||
(metadata-for-group group)
|
||||
%+ murn ~(tap in ~(key by associations))
|
||||
|= [=app-name:store rid=resource]
|
||||
?.(=(%graph app-name) ~ `rid)
|
||||
|
Loading…
Reference in New Issue
Block a user