From f48c15d8c1ebd5b7cf83a414220f85ad2bc9c304 Mon Sep 17 00:00:00 2001 From: Jacob Henry Date: Fri, 22 Feb 2019 05:27:27 -0500 Subject: [PATCH] Minor fix - return type correction --- job_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/job_commands.py b/job_commands.py index 1be8d7c..eb8a0af 100644 --- a/job_commands.py +++ b/job_commands.py @@ -352,6 +352,7 @@ async def nag_jobs(day_of_week: str) -> bool: general_id = slack_util.get_slack().get_channel_by_name("#general").id slack_util.get_slack().send_message(response, general_id) + return True signoff_hook = slack_util.ChannelHook(signoff_callback,