mirror of
https://github.com/gotson/komga.git
synced 2025-12-19 23:12:47 +01:00
refactor: missing file from c12701c7f2
This commit is contained in:
parent
f0d2833bd6
commit
e8fe8bcf8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue