Skip to content

Commit a32d078

Browse files
typo correction - why did this not make the test fail?
1 parent 8e118b9 commit a32d078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/acl-check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async function getTrustedModesForOrigin (kb, aclDoc, doc, origin) {
5050
const owners = ownerAuths.reduce((acc, auth) => acc.concat(kb.each(auth, ACL('agent'))), []) // owners
5151
const result = await Promise.all(owners.map(owner => query(`
5252
SELECT ?mode WHERE {
53-
${owners} ${ACL('trustedApp')} ?trustedOrigin.
53+
${owner} ${ACL('trustedApp')} ?trustedOrigin.
5454
?trustedOrigin ${ACL('origin')} ${origin};
5555
${ACL('mode')} ?mode .
5656
}`, kb)))

0 commit comments

Comments
 (0)