Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbrugger committed Sep 22, 2023
1 parent 0a43361 commit b5c2a49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wrapper/FlatfileClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ export class FlatfileClient extends FernClient {
});
}

/* reference the overridden records client */
protected _records: Records | undefined;

public get records(): Records {
return (this._records ??= new Records(this._options));
}

}

const environmentSupplier = () => {
Expand Down

0 comments on commit b5c2a49

Please sign in to comment.