[fleet] fix broadcasting opening editor event

GitOrigin-RevId: 35c0b7cd98a780e3c12c0414a35ac98d06d942e0
This commit is contained in:
Alexander Zolotov
2024-10-09 23:31:32 +02:00
committed by intellij-monorepo-bot
parent 74d8c0be49
commit cf003cbd8d

View File

@@ -202,7 +202,7 @@ fun Entity.entityTypeIdent(): String {
}
}
fun KClass<out Entity>.entityType(): EID? {
fun KClass<out LegacyEntity>.entityType(): EID? {
return DbContext.threadBound.impl.entityTypeForClass(this)
}