Skip to content

Commit

Permalink
fix(sasportal): 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 ce361f2 commit 31a5a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apis/sasportal/v1alpha1.ts
Expand Up @@ -2383,7 +2383,8 @@ export namespace sasportal_v1alpha1 {

if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {} as Params$Resource$Customers$Deployments$Devices$Createsigned;
params =
{} as Params$Resource$Customers$Deployments$Devices$Createsigned;
options = {};
}

Expand Down

0 comments on commit 31a5a0c

Please sign in to comment.