We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b747821 commit 6413cd0Copy full SHA for 6413cd0
api/v2beta1/atom_conversion.go
@@ -238,7 +238,7 @@ func (dst *Atom) ConvertFrom(srcRaw conversion.Hub) error {
238
}
239
log.Printf("Done mapping the Links...")
240
241
- if srcDatasetFeed.Entries != nil && len(srcDatasetFeed.Entries) > 0 {
+ if len(srcDatasetFeed.Entries) > 0 {
242
// We can assume all entries have the same bbox, so we take the first one
243
firstBbox := srcDatasetFeed.Entries[0].Polygon.BBox
244
dstDataset.Bbox = Bbox{
0 commit comments