Skip to content

Commit

Permalink
Update packages/storage/src/storageBrowser/apis/listCallerAccessGrant…
Browse files Browse the repository at this point in the history
…s.ts

Co-authored-by: Caleb Pollman <cpollman1@gmail.com>
  • Loading branch information
ashwinkumar6 and calebpollman authored Aug 7, 2024
1 parent 550b1b5 commit d518aad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export const listCallerAccessGrants = async (
},
);

// TODO: return `applicationArn` if required
const accessGrants: LocationAccess[] =
CallerAccessGrantsList?.map(grant => {
// These values are correct from service mostly, but we add assertions to make TSC happy.
Expand Down

0 comments on commit d518aad

Please sign in to comment.