Skip to content

Commit 7c25430

Browse files
wa0x6eChaituVR
andauthored
Update src/helpers/utils.ts
Co-authored-by: Chaitanya <[email protected]>
1 parent 35a58dc commit 7c25430

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/helpers/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export function rpcError(res, code, e, id) {
6464
}
6565

6666
export function hasStrategyOverride(strategies: any[]): boolean {
67-
if (!strategies?.length) return false;
6867

6968
const strategiesStr = JSON.stringify(strategies).toLowerCase();
7069
return getOverridingStrategies().some(strategyId =>

0 commit comments

Comments
 (0)