]> git.cworth.org Git - turbot/commit
Prevent failure of /solved command if /state had never been run
authorCarl Worth <cworth@cworth.org>
Sat, 2 Jan 2021 17:24:53 +0000 (09:24 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 2 Jan 2021 17:24:53 +0000 (09:24 -0800)
commit0c8e286f2fcfd23444ecfa765c86040b01e74746
tree685332fdc18d30bad095acb9ac118ac2a8eb8e47
parent6a09987325ad9530fbae463359d8540a1f9fa960
Prevent failure of /solved command if /state had never been run

The recent code to make /solved clear the /state field was buggy in
that it would result in a dispatch_failed error in Slack if /state had
never been invoked previously.
turbot/interaction.py