mirror of https://github.com/usbharu/Hideout.git
Update src/main/kotlin/dev/usbharu/hideout/activitypub/domain/model/Delete.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
5c6987f2b0
commit
f023c1ddb0
|
@ -44,6 +44,4 @@ open class Delete : Object {
|
|||
override fun toString(): String {
|
||||
return "Delete(`object`=$`object`, published=$published) ${super.toString()}"
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue