Eliminate JsonSyntaxException when restricted_frequency is null (#12876)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
This commit is contained in:
Mark Hilbush 2022-06-04 17:05:17 -04:00 committed by GitHub
parent 7d782767f9
commit e40e4bb5d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,9 +54,6 @@ public class OrbitBhyveDevice {
JsonObject location = new JsonObject();
@SerializedName("restricted_frequency")
JsonObject restrictedFrequency = new JsonObject();
@SerializedName("suggested_start_time")
String suggestedStartTime = "";