Skip to content

Commit

Permalink
fix(iamcredentials): update the API
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and sofisl committed May 21, 2021
1 parent 146d5f3 commit a27aeb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apis/iamcredentials/v1.ts
Expand Up @@ -340,7 +340,8 @@ export namespace iamcredentials_v1 {

if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {} as Params$Resource$Projects$Serviceaccounts$Generateaccesstoken;
params =
{} as Params$Resource$Projects$Serviceaccounts$Generateaccesstoken;
options = {};
}

Expand Down

0 comments on commit a27aeb3

Please sign in to comment.