mirror of https://github.com/usbharu/Hideout.git
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
259ff937dc
commit
c28b1ab11e
|
@ -15,7 +15,9 @@ open class Accept @JsonCreator constructor(
|
|||
override val actor: String
|
||||
) : Object(
|
||||
type = add(type, "Accept")
|
||||
), HasActor, HasName {
|
||||
),
|
||||
HasActor,
|
||||
HasName {
|
||||
|
||||
override fun equals(other: Any?): Boolean {
|
||||
if (this === other) return true
|
||||
|
|
Loading…
Reference in New Issue