Skip to content

Commit

Permalink
don't change adr
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed Aug 21, 2024
1 parent c00d455 commit 0d53f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adrs/001-getters.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If we want to allow `undefined`, we can add a call to `.optional()`:
required because we called `.optional()`. Otherwise, TypeScript would have
guaranteed that the return value of `getAddressIndex()` was an actual
`AddressIndex`. */}
{getAddressIndex.optional(addressView)?.account}
{getAddressIndex.optional()(addressView)?.account}
</span>
</div>
```
Expand Down

0 comments on commit 0d53f8e

Please sign in to comment.