Skip to content

Commit

Permalink
making sure to explicitly call the get_tickets_with_new_incoming_corr…
Browse files Browse the repository at this point in the history
…espondencefunction
  • Loading branch information
Jasmine Lai committed May 20, 2021
1 parent aa79483 commit a730957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/main_cron_script.R
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit a730957

Please sign in to comment.