Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Oct 9, 2023
1 parent a1ee019 commit b635420
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
export class Builder {
input: object;

_isResolvableLocally(targetId: string): boolean {
return (typeof this._findById(targetId)) !== 'undefined';
}

_findById(targetId: string): object {
const graph = this.input['@graph'];
if (typeof graph === 'undefined') {
Expand Down

0 comments on commit b635420

Please sign in to comment.