Skip to content

Commit

Permalink
New build for Slack plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
richardguerre committed Sep 27, 2024
1 parent cf3e953 commit 9b3f3cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions plugins/slack/out/server.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/slack/out/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ const ge = (e) => ({ plugin: e }), ee = "post-to-slack", ve = (e) => {
return `Plan for today
<ul>
{{#tasks}}
<li>{{slack-status}} {{title}}${t}</li>
<li>{{slack-status}} {{title-without-tags}}${t}</li>
{{else}}
<li>No tasks</li>
{{/tasks}}
{{! Do not remove the extra curly braces around the slack-future-tasks block.}}
{{{{slack-future-tasks}}}}
<li>{{slack-status}} {{title}}${t}</li>
<li>{{slack-status}} {{title-without-tags}}${t}</li>
{{{{/slack-future-tasks}}}}
</ul>`;
};
Expand Down

0 comments on commit 9b3f3cb

Please sign in to comment.