Skip to content

Commit

Permalink
fixed missing bracket
Browse files Browse the repository at this point in the history
Signed-off-by: dandawg <[email protected]>
  • Loading branch information
dandawg committed Dec 11, 2024
1 parent 6ad506a commit 6051b7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ func (feast *FeastServices) getServiceReplicas(feastType FeastServiceType) *int3
if feast.isOnlinStore() {
return appliedServices.OnlineStore.Replicas
}
}
return &DefaultReplicas
}

Expand Down

0 comments on commit 6051b7e

Please sign in to comment.