From eb33084b7f1c4c44072f9622106d5bb17f35fb00 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Mon, 30 Oct 2023 12:48:42 +0000 Subject: [PATCH] chore(): fix jsdoc param --- src/util/BaseRestClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/BaseRestClient.ts b/src/util/BaseRestClient.ts index d1a69b1..fdbb3a8 100644 --- a/src/util/BaseRestClient.ts +++ b/src/util/BaseRestClient.ts @@ -98,7 +98,7 @@ export default abstract class BaseRestClient { /** * Create an instance of the REST client. Pass API credentials in the object in the first parameter. - * @param {RestClientOptions} [restClientOptions={}] options to configure REST API connectivity + * @param {RestClientOptions} [restOptions={}] options to configure REST API connectivity * @param {AxiosRequestConfig} [networkOptions={}] HTTP networking options for axios */ constructor(