Skip to content

Commit

Permalink
rdflib-utils: fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-v committed Jul 11, 2024
1 parent cb4f02e commit 1d08cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/rdflib/src/queries/TypeIndexQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export class TypeIndexQuery {
);
return registrations
.filter((it) => isNamedNode(it))
.map((it) => it as NamedNode)
.map((registration: NamedNode) => {
return {
instances: this.getValuesOf("instance", registration),
Expand Down

0 comments on commit 1d08cf6

Please sign in to comment.