# HG changeset patch # User Sascha L. Teichmann # Date 1583832458 -3600 # Node ID 2b577e1c5b95568006fe0828bf521dbe1e479e5b # Parent bfaf7621d0adae90bd0497c2ccfb40cff411a475 Cosmetics: sharpen type knife a bit. diff -r bfaf7621d0ad -r 2b577e1c5b95 pkg/geoserver/boot.go --- a/pkg/geoserver/boot.go Mon Mar 09 14:40:27 2020 +0100 +++ b/pkg/geoserver/boot.go Tue Mar 10 10:27:38 2020 +0100 @@ -334,7 +334,7 @@ "presentation": "CONTINUOUS_INTERVAL", "units": "ISO8601", "nearestMatchEnabled": false, - "defaultValue": map[string]interface{}{ + "defaultValue": map[string]string{ "strategy": "FIXED", "referenceValue": "PT1M/PRESENT", },