Skip to content

Commit

Permalink
add commment
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Feb 28, 2024
1 parent 1beb2c7 commit 9ca72b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ export default class IndexedFormula extends Formula { // IN future - allow pass
* @param doc - The document / graph
*/
removeMetadata(doc: Quad_Graph): IndexedFormula {
// temporary until the issue on COLLECTION is resolved see https://github.com/linkeddata/rdflib.js/issues/631
const meta = this.fetcher?.appNode // this.sym('chrome://TheCurrentSession')
const linkNamespaceURI = 'http://www.w3.org/2007/ont/link#'
const kb = this
Expand Down

0 comments on commit 9ca72b5

Please sign in to comment.