reverted "created_time" field support

This commit is contained in:
dashevchenko 2025-04-11 16:04:57 +03:00
parent 5f99c0bae2
commit 53ffd00184

View File

@ -147,7 +147,7 @@ public interface EntityFields {
default String getAsString(String key) {
return switch (key) {
case "createdTime", "created_time" -> Long.toString(getCreatedTime());
case "createdTime" -> Long.toString(getCreatedTime());
case "title" -> getName();
case "type" -> getType();
case "label" -> getLabel();