Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
set default value for metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zfengms committed Sep 28, 2017
1 parent ed4fe02 commit 2029d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/job_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addJob <- function(jobId,
jobPreparationTask = NULL,
usesTaskDependencies = FALSE,
content = "parsed",
metadata,
metadata = NULL,
...) {
batchCredentials <- getBatchCredentials()

Expand Down

0 comments on commit 2029d57

Please sign in to comment.