Skip to content

Commit a4e0165

Browse files
authored
fix: JsonDataException when 4PX returns 'tkTimezone':null (#189)
1 parent 5510249 commit a4e0165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/dev/itsvic/parceltracker/api/FPXDeliveryService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ object FPXDeliveryService : DeliveryService {
243243
val tkCode: String,
244244
val tkDesc: String,
245245
val tkLocation: String,
246-
val tkTimezone: String,
246+
val tkTimezone: String?,
247247
val tkDate: String,
248248
val tkDateStr: String,
249249
val tkCategoryCode: String?,

0 commit comments

Comments
 (0)