Skip to content

Commit

Permalink
change CompletionWindow from trait to abstract class
Browse files Browse the repository at this point in the history
  • Loading branch information
bburdiliak committed Aug 28, 2024
1 parent 992f946 commit d1cead4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Batch {
}
}

sealed trait CompletionWindow extends EnumValue
sealed abstract class CompletionWindow extends EnumValue
object CompletionWindow {
case object `24h` extends CompletionWindow
}
Expand Down

0 comments on commit d1cead4

Please sign in to comment.