Fix currentApiClient return type to include undefined

This commit is contained in:
Bill Thornton 2022-12-08 14:32:50 -05:00
parent 516bd2aab8
commit 5db9384c9c
5 changed files with 6 additions and 6 deletions

View file

@ -71,7 +71,7 @@ class Manager {
/**
* Update active ApiClient.
* @param {Object} apiClient The ApiClient.
* @param {ApiClient|undefined} apiClient The ApiClient.
*/
updateApiClient(apiClient) {
if (!apiClient) {