Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanireza65 committed Jan 25, 2024
1 parent 7039592 commit e286ae7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bookmarks/rdflib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ export class Bookmark {
// this.store.any(doc, RDFS("label"))?.value
);
}

private mapCreated(doc: NamedNode): string | undefined {
return (
this.store.any(doc, DCT("created"))?.value
Expand Down

0 comments on commit e286ae7

Please sign in to comment.