Skip to content

Commit

Permalink
fix(civicinfo): 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 d9f0a98 commit d2c140e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/apis/civicinfo/v2.ts
Expand Up @@ -1310,7 +1310,8 @@ export namespace civicinfo_v2 {

if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {} as Params$Resource$Representatives$Representativeinfobyaddress;
params =
{} as Params$Resource$Representatives$Representativeinfobyaddress;
options = {};
}

Expand Down Expand Up @@ -1454,7 +1455,8 @@ export namespace civicinfo_v2 {

if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {} as Params$Resource$Representatives$Representativeinfobydivision;
params =
{} as Params$Resource$Representatives$Representativeinfobydivision;
options = {};
}

Expand Down

0 comments on commit d2c140e

Please sign in to comment.