Skip to content

Commit 9a48921

Browse files
committed
update to fix app crash
1 parent 366d803 commit 9a48921

File tree

1 file changed

+1
-1
lines changed
  • src/app/src/main/java/com/couchbase/learningpath/models

1 file changed

+1
-1
lines changed

src/app/src/main/java/com/couchbase/learningpath/models/Warehouse.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ data class Warehouse(
2222
val latitude: Double,
2323
val longitude: Double,
2424
val documentType: String,
25-
val shippingTo: List<String>,
25+
val shippingTo: List<String>? = null,
2626
)

0 commit comments

Comments
 (0)