Skip to content

Commit

Permalink
Fix variable camel casing
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoubiwa committed Jun 22, 2022
1 parent afd7b13 commit b4da369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ class Client {
* @returns {String} The token in JWT format.
*/
generateTenantToken(
_apiKeyuid: string,
_apiKeyUid: string,
_searchRules: TokenSearchRules,
_options?: TokenOptions
): string {
Expand Down

0 comments on commit b4da369

Please sign in to comment.