Skip to content

Commit 02de9d3

Browse files
author
Solid OS Build (Michiel)
committed
fix standard lint
1 parent 9816a1f commit 02de9d3

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
@@ -78,7 +78,7 @@ async function getTrustedModesForOrigin (kb, doc, directory, aclDoc, origin, fet
7878
}
7979
const trustedModes = []
8080
try {
81-
result.forEach(ownerResults => ownerResults.map(entry => {
81+
result.forEach(ownerResults => ownerResults.forEach(entry => {
8282
trustedModes.push(entry['?mode'])
8383
}))
8484
} catch (e) {

0 commit comments

Comments
 (0)