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

Commit

Permalink
Merge pull request #27 from mhailstone/patch-1
Browse files Browse the repository at this point in the history
Fix issue #26
  • Loading branch information
b1conrad authored Sep 5, 2022
2 parents 9879398 + 69d7751 commit 8599ff4
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 8599ff4

Please sign in to comment.