Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli_han authored and yuli-han committed Jun 25, 2024
1 parent cb188e9 commit 41378c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class MetadataStore(kvStore: KVStore, val dataset: String = ChrononMetadataKey,
)
}

lazy val getJoinByListByTeam: TTLCache[String, Try[Seq[String]]] = {
lazy val getJoinListByTeam: TTLCache[String, Try[Seq[String]]] = {
new TTLCache[String, Try[Seq[String]]](
{ team =>
getEntityListByTeam[Join]("joins/" + team)
Expand Down

0 comments on commit 41378c0

Please sign in to comment.