From a7309573a4dcd5589fa3c5702fb1922ab62c72a4 Mon Sep 17 00:00:00 2001 From: Jasmine Lai Date: Thu, 20 May 2021 11:01:46 -0700 Subject: [PATCH] making sure to explicitly call the get_tickets_with_new_incoming_correspondencefunction --- inst/main_cron_script.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/main_cron_script.R b/inst/main_cron_script.R index 79ff1f4..30e9a4f 100644 --- a/inst/main_cron_script.R +++ b/inst/main_cron_script.R @@ -25,7 +25,7 @@ slackr::slackr_setup(channel = "#awardbot", username = 'awardbot', awardsBot::main() #check for new correspondences -tickets <- get_tickets_with_new_incoming_correspondence(Sys.Date()) +tickets <- awardsBot::get_tickets_with_new_incoming_correspondence(Sys.Date()) for(ticket in tickets){ for(corr in ticket){