Better title and notes formatting

This commit is contained in:
Ian Gulliver
2022-10-28 16:27:33 +00:00
parent 3c96973678
commit f758bf295a
3 changed files with 48 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ func Poll(ac *AsanaClient, sc *SlackClient) error {
return err
}
title, err := sc.GetTitle(item, user, channel)
title, err := sc.GetTrimmedTitle(item, user, channel)
if err != nil {
return err
}