Skip to content

Commit

Permalink
Add field to app usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Tamayo committed Jul 17, 2024
1 parent d9ab492 commit 0554ad1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ data class AppUsage(
val eventType: Int,
val users: List<String> = listOf(),
val timezone: String,
val uploadedAt: Optional<OffsetDateTime>
) {
init {
if (appLabel?.isBlank() == true) {
Expand Down

0 comments on commit 0554ad1

Please sign in to comment.