mirror of
https://github.com/urbit/shrub.git
synced 2025-01-05 19:46:50 +03:00
Fix an oopsie that was part of a change "lightly refactor ++wake %next" that accidentally made it into 4671526a
.
This commit is contained in:
parent
e2b056eff9
commit
5bb364636d
@ -1787,7 +1787,7 @@
|
||||
=/ mod mun(q [%ud let.dom])
|
||||
:: we either update the state (to include a response to send),
|
||||
:: or add the request back into the waiting list.
|
||||
=; nex/(each (each lobe cage) _xaq)
|
||||
=; nex/(each (each cage lobe) _xaq)
|
||||
?: ?=($& -.nex)
|
||||
$(xiq t.xiq, ..wake (blab-all q.i.xiq mod p.nex))
|
||||
$(xiq t.xiq, xaq p.nex)
|
||||
|
Loading…
Reference in New Issue
Block a user