Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Fix issue #26
Browse files Browse the repository at this point in the history
  • Loading branch information
mhailstone authored Sep 2, 2022
1 parent 9879398 commit 69d7751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEXT/io.picolabs.aca.connections.krl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ ruleset io.picolabs.aca.connections {
service = connection{["DIDDoc","service"]}
.filter(function(x){
x{"type"}=="IndyAgent"
&& x{"id"}.match(their_did+";indy")
&& x{"id"}.match("^"+their_did)
}).head()
se = service{"serviceEndpoint"}
their_rks = service{"routingKeys"}.defaultsTo([])
Expand Down

0 comments on commit 69d7751

Please sign in to comment.