Eliminate JsonSyntaxException when restricted_frequency is null (#12876)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
pull/12883/head
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
1 changed files with 0 additions and 3 deletions

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 = "";