Skip to content

Commit

Permalink
fix compiling error
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Oct 11, 2024
1 parent e9684fd commit f197cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routers/alpha-router/alpha-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ export class AlphaRouter
this.universalRouterVersion =
universalRouterVersion ?? UniversalRouterVersion.V1_2;

this.cachedRoutesCacheInvalidationFixRolloutPercentage = 0;
this.cachedRoutesCacheInvalidationFixRolloutPercentage = cachedRoutesCacheInvalidationFixRolloutPercentage;
}

public async routeToRatio(
Expand Down

0 comments on commit f197cf4

Please sign in to comment.