Skip to content

Commit 6183308

Browse files
committed
fix #422
1 parent 246745a commit 6183308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inst/actions/geosapi_publish_ogc_services.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function(action, entity, config){
2626
}
2727

2828
data_objects <- list()
29-
if(is.null(entity$data$dir)){
29+
if(length(entity$data$getData())==0){
3030
data_objects <- list(entity$data)
3131
}else{
3232
data_objects <- entity$data$getData()

0 commit comments

Comments
 (0)