Revert unused companion object.

This commit is contained in:
Onuray Sahin 2022-12-07 21:41:22 +03:00
parent f4429d4c9c
commit 055bf6d302

View file

@ -24,7 +24,4 @@ import io.realm.annotations.RealmClass
internal open class RoomAccountDataEntity(
@Index var type: String? = null,
var contentStr: String? = null
) : RealmObject() {
companion object
}
) : RealmObject()