Skip to content

Commit

Permalink
Fix getBalances dependent key prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Sep 26, 2023
1 parent 7042434 commit 59bc081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ export const getEnv = ({
)
dependentKeys?.push({
key: dependentKey,
prefix: true,
prefix: false,
})

// Check cache.
Expand Down

0 comments on commit 59bc081

Please sign in to comment.