Skip to content

Commit 27634f3

Browse files
author
Jelle Dijkstra
committed
Replaced empty string with nil
1 parent 9b46cc4 commit 27634f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v2beta1/wfs_conversion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (src *WFS) ConvertTo(dstRaw conversion.Hub) error {
7070
Title: src.Spec.Service.Title,
7171
Abstract: src.Spec.Service.Abstract,
7272
Keywords: src.Spec.Service.Keywords,
73-
Fees: Pointer(""),
73+
Fees: nil,
7474
AccessConstraints: src.Spec.Service.AccessConstraints,
7575
DefaultCrs: src.Spec.Service.DataEPSG,
7676
OtherCrs: []string{},

0 commit comments

Comments
 (0)