Skip to content

Commit

Permalink
fix(storage): 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 df6ecb3 commit 7c8a240
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/apis/storage/v1.ts
Expand Up @@ -117,9 +117,8 @@ export namespace storage_v1 {
);
this.buckets = new Resource$Buckets(this.context);
this.channels = new Resource$Channels(this.context);
this.defaultObjectAccessControls = new Resource$Defaultobjectaccesscontrols(
this.context
);
this.defaultObjectAccessControls =
new Resource$Defaultobjectaccesscontrols(this.context);
this.notifications = new Resource$Notifications(this.context);
this.objectAccessControls = new Resource$Objectaccesscontrols(
this.context
Expand Down

0 comments on commit 7c8a240

Please sign in to comment.