Default room image order fields to 0
All checks were successful
build-and-deploy / build-deploy (push) Successful in 32s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 32s
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user