From 7cacd4521ffce6b0486111b47cf40702f6a1f1b6 Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Thu, 26 Jan 2023 14:20:30 -0600 Subject: [PATCH] fix: add missing JSDoc comments --- src/OnspringClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OnspringClient.ts b/src/OnspringClient.ts index d1b8eaa..cfbc786 100644 --- a/src/OnspringClient.ts +++ b/src/OnspringClient.ts @@ -7,7 +7,7 @@ import { ArgumentValidator } from './models/ArgumentValidator'; */ export class OnspringClient { /** - * @property {AxiosInstance} client - The axios instance that will be used to make requests to the Onspring API. + * @readonly {AxiosInstance} client - The axios instance that will be used to make requests to the Onspring API. */ protected readonly client: AxiosInstance;