Update Mispelling

- Renamed the object from `AlgorithmTypeConstants` back to `CandidateAlgorithmTypeConstants`
This commit is contained in:
Bankk 2023-04-05 23:33:24 -04:00 committed by GitHub
parent 1ecd8fdb28
commit 99af12a551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ import com.twitter.hermit.constants.AlgorithmFeedbackTokens.AlgorithmToFeedbackT
import com.twitter.hermit.model.Algorithm._
import com.twitter.follow_recommendations.common.models.AlgorithmType
object AlgorithmTypeConstants {
object CandidateAlgorithmTypeConstants {
type AlgorithmTypeSet = Set[AlgorithmType.Value]
type AlgorithmToTypeMap = Map[String, AlgorithmTypeSet]