Skip to content

Commit

Permalink
keep status lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Mar 24, 2024
1 parent f3ac957 commit 694a1c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -896,11 +896,11 @@ export default class IndexedFormula extends Formula { // IN future - allow pass
if (response != undefined) { // ts
this.removeMatches(response, null, null, meta)
}
// not needed
/* const status = this.any(request, this.sym(`${linkNamespaceURI}status`), null, meta) as Quad_Subject
// may be not needed
const status = this.any(request, this.sym(`${linkNamespaceURI}status`), null, meta) as Quad_Subject
if (status != undefined) { // ts
this.removeMatches(status, null, null, meta)
} */
}
this.removeMatches(request, null, null, meta)
}
}
Expand Down

0 comments on commit 694a1c2

Please sign in to comment.