Skip to content

Commit

Permalink
key -> value
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Jul 15, 2024
1 parent 6f5ba57 commit faca362
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def struct_members(shape)
case member_target["type"]
when 'map'
key_shape = @api['shapes'][member_target['key']['shape']]
value_shape = @api['shapes'][member_target['key']['shape']]
value_shape = @api['shapes'][member_target['value']['shape']]
sensitive ||= !!(key_shape['sensitive'] || value_shape['sensitive'])
when 'list'
list_member = @api['shapes'][member_target['member']['shape']]
Expand Down

0 comments on commit faca362

Please sign in to comment.