From e8fe8bcf8d25ff763b37cb3d82b43e8dd812ddcd Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 4 Feb 2022 11:59:39 +0800 Subject: [PATCH] refactor: missing file from c12701c7f2f4a7c0592e19a06c6dba131a92b5c1 --- komga/src/main/kotlin/org/gotson/komga/domain/model/PageHash.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga/src/main/kotlin/org/gotson/komga/domain/model/PageHash.kt b/komga/src/main/kotlin/org/gotson/komga/domain/model/PageHash.kt index ad94ed3bb..2f9f311c1 100644 --- a/komga/src/main/kotlin/org/gotson/komga/domain/model/PageHash.kt +++ b/komga/src/main/kotlin/org/gotson/komga/domain/model/PageHash.kt @@ -11,7 +11,7 @@ data class PageHash( override val createdDate: LocalDateTime = LocalDateTime.now(), override val lastModifiedDate: LocalDateTime = createdDate, -) : Auditable() { +) : Auditable { enum class Action { DELETE_AUTO, DELETE_MANUAL,