Skip to content

Commit

Permalink
fix(sqladmin): 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 20f7efb commit df6ecb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apis/sqladmin/v1beta4.ts
Expand Up @@ -7929,7 +7929,8 @@ export namespace sqladmin_v1beta4 {

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

Expand Down

0 comments on commit df6ecb3

Please sign in to comment.