Skip to content

Commit

Permalink
Merge pull request #144 from methodic-labs/task/CHRONICLE-125-osu
Browse files Browse the repository at this point in the history
osu boolean
  • Loading branch information
geekbeast authored Oct 25, 2023
2 parents 315e0ff + 457ff5d commit d9ab492
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ import com.openlattice.chronicle.study.StudySetting
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, include = JsonTypeInfo.As.PROPERTY, property = "@class")
data class TimeUseDiarySettings(
val enableChangesForSherbrookeUniversity: Boolean = false,
val enableChangesForOhioStateUniversity: Boolean = false,
val language: String = "en"
) : StudySetting

0 comments on commit d9ab492

Please sign in to comment.