post by default

master
Steve Ayerhart 2022-01-24 08:10:42 -05:00
parent 8ed2daf5ad
commit b42addcde3
No known key found for this signature in database
GPG Key ID: 5C815FDF3A00B8BA
1 changed files with 3 additions and 3 deletions

View File

@ -58,6 +58,6 @@ TUPLE: slack < dispatcher ;
http-request 2drop ;
: say-slack ( str -- )
. flush ;
! "text" associate
! slack-post-message ;
! . flush ;
"text" associate
slack-post-message ;