Skip to content

Commit

Permalink
Fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 committed Oct 24, 2024
1 parent 8668eea commit 794d9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-controller/internal/cache/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (ods *RatelimitDataStore) GetAIRatelimitPolicySpecs() map[types.NamespacedN

// GetSubscriptionBasedAIRatelimitPolicySpecs gets all the AIRatelimitPolicy stored in ods
func (ods *RatelimitDataStore) GetSubscriptionBasedAIRatelimitPolicySpecs() map[types.NamespacedName]*dpv1alpha3.AIRateLimitPolicySpec {
return ods.aiRatelimitPolicySpecs
return ods.subscriptionBasedAIRatelimitPolicySpecs
}


Expand Down

0 comments on commit 794d9b6

Please sign in to comment.