Skip to content

Commit

Permalink
fix(adsense): 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 41b92c7 commit be95a63
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/apis/adsense/v2.ts
Expand Up @@ -1906,7 +1906,8 @@ export namespace adsense_v2 {

if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {} as Params$Resource$Accounts$Adclients$Adunits$Listlinkedcustomchannels;
params =
{} as Params$Resource$Accounts$Adclients$Adunits$Listlinkedcustomchannels;
options = {};
}

Expand Down Expand Up @@ -2027,8 +2028,7 @@ export namespace adsense_v2 {
* // Do the magic
* const res = await adsense.accounts.adclients.customchannels.get({
* // Required. Name of the custom channel. Format: accounts/{account\}/adclients/{adclient\}/customchannels/{customchannel\}
* name:
* 'accounts/my-account/adclients/my-adclient/customchannels/my-customchannel',
* name: 'accounts/my-account/adclients/my-adclient/customchannels/my-customchannel',
* });
* console.log(res.data);
*
Expand Down Expand Up @@ -2383,7 +2383,8 @@ export namespace adsense_v2 {

if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {} as Params$Resource$Accounts$Adclients$Customchannels$Listlinkedadunits;
params =
{} as Params$Resource$Accounts$Adclients$Customchannels$Listlinkedadunits;
options = {};
}

Expand Down

0 comments on commit be95a63

Please sign in to comment.