diff --git a/src/wrapper/FlatfileClient.ts b/src/wrapper/FlatfileClient.ts index 2c7c10a9..f106da06 100644 --- a/src/wrapper/FlatfileClient.ts +++ b/src/wrapper/FlatfileClient.ts @@ -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 = () => {