Skip to content

Commit b1d4405

Browse files
timea-solidCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 1949085 commit b1d4405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/acl/access-groups.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export class AccessGroups {
258258
}
259259
return this.handleDroppedUri(uri, combo, true)
260260
} else if (!agent) {
261-
const detectedTypes = Object.keys(this.store.findTypeURIs(sym(uri)))
261+
const detectedTypes = Object.keys(this.store.findTypeURIs(thing))
262262
const typeDetails = detectedTypes.length > 0
263263
? ` Detected RDF types: ${detectedTypes.join(', ')}`
264264
: ' No RDF type was detected for this URI.'

0 commit comments

Comments
 (0)