Skip to content

Commit e5b940d

Browse files
committed
add missing ocs excel handler
1 parent b71ae0e commit e5b940d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/metadata/entity/entity_handler_ocs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ handle_entities_ocs <- function(handler, source, config, handle = TRUE){
1919
},
2020
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" = {
2121
handle_entities_excel <- source(system.file("metadata/entity", "entity_handler_excel.R", package = "geoflow"))$value
22-
handle_entities_excel(handler = , source = entities_file, config = config, handle = handle)
22+
handle_entities_excel(handler = handler, source = entities_file, config = config, handle = handle)
2323
}
2424
)
2525
return(entities)

0 commit comments

Comments
 (0)