Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #48 from seanchrismurphy/patch-1
Browse files Browse the repository at this point in the history
Fix keypair bug in ApproveAllAssignments.R
  • Loading branch information
leeper committed Jul 3, 2014
2 parents 06182f8 + ec86e36 commit a059ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ApproveAllAssignments.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function (hit = NULL, hit.type = NULL, feedback = NULL,
GetAssignments(hit = i, return.all = TRUE, keypair = keypair,
log.requests = log.requests, sandbox = sandbox)$AssignmentId })
}
request <- ApproveAssignments(keypair, assignments, feedback = feedback,
request <- ApproveAssignments(keypair = keypair, assignments, feedback = feedback,
print = print, log.requests = log.requests,
sandbox = sandbox, validation.test = validation.test)
return(request)
Expand Down

0 comments on commit a059ba8

Please sign in to comment.