Minor fix - return type correction

This commit is contained in:
Jacob Henry 2019-02-22 05:27:27 -05:00
parent c1dbe21c77
commit f48c15d8c1
1 changed files with 1 additions and 0 deletions

View File

@ -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,