Skip to content

Commit 932c0c0

Browse files
committed
featuretype id initialized to NULL
1 parent 9eb2125 commit 932c0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geoflow_featuretype.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ geoflow_featuretype <- R6Class("geoflow_featuretype",
2222

2323
#'@description Initializes a \link{geoflow_featuretype}
2424
#'@param id id
25-
initialize = function(id){
25+
initialize = function(id = NULL){
2626
self$id = id
2727
},
2828

0 commit comments

Comments
 (0)