Skip to content

Commit

Permalink
fix: Return empty list if there is no siriUrls in situations[]/infoLi…
Browse files Browse the repository at this point in the history
…nks.
  • Loading branch information
t2gran committed Nov 6, 2024
1 parent 39c0aac commit d92a7fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public static GraphQLObjectType create(
if (!siriUrls.isEmpty()) {
return siriUrls;
}
return null;
return emptyList();
})
.build()
)
Expand Down

0 comments on commit d92a7fe

Please sign in to comment.