Skip to content

Commit

Permalink
[explorer] remove cache param (MystenLabs#11735)
Browse files Browse the repository at this point in the history
## Description 

remove unneeded param from validator map query

## Test Plan 

locally

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
Nikhil-Mysten authored May 4, 2023
1 parent f7813f1 commit 3715fd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/explorer/src/components/validator-map/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ export default function ValidatorMap({ minHeight }: Props) {
setIsLoading(true);
appsBe(`validator-map`, {
network: network.toLowerCase(),
// TODO: remove when caching solution is improved
skipCache: true,
})
.then((res) => {
const data = res as ValidatorMapData[];
Expand Down

0 comments on commit 3715fd5

Please sign in to comment.