From 8217ca2caf59e9a43c4d54b38239c751651bc7b4 Mon Sep 17 00:00:00 2001 From: Nick Forrester Date: Mon, 27 May 2024 10:33:25 +0100 Subject: [PATCH] Change do_batch_transaction response to reslst Function was returning wrong variable (statuses) instead of reslst. --- R/table_batch_request.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/table_batch_request.R b/R/table_batch_request.R index 91a5eab..f8f4101 100644 --- a/R/table_batch_request.R +++ b/R/table_batch_request.R @@ -183,7 +183,7 @@ do_batch_transaction.batch_transaction <- function(transaction, "message"=message(msg, call.=FALSE) ) } - statuses + reslst }