Default room image order fields to 0
All checks were successful
build-and-deploy / build-deploy (push) Successful in 32s

This commit is contained in:
androidlover5842
2026-01-27 16:14:09 +05:30
parent 518a5bb359
commit 95e5d685c5
3 changed files with 6 additions and 6 deletions

View File

@@ -40,8 +40,8 @@ data class RoomImageResponse(
val contentType: String,
val sizeBytes: Long,
val tags: Set<String>,
val roomSortOrder: Int?,
val roomTypeSortOrder: Int?,
val roomSortOrder: Int,
val roomTypeSortOrder: Int,
val createdAt: String
)