Skip to content

Commit 0577638

Browse files
committed
fix: name
1 parent 25b99bf commit 0577638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/insights/src/services/pyth/get-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { clients, Cluster } from ".";
22
// import { memoryOnlyCache } from "../../cache";
33

4-
export const getPythMetadata = async (cluster: Cluster) => {
4+
export const getPythMetadataCached = async (cluster: Cluster) => {
55
return clients[cluster].getData();
66
};
77

0 commit comments

Comments
 (0)