mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 08:22:17 +00:00
Change format of reporting
This commit is contained in:
parent
cd15b115ad
commit
c1f0fae456
1 changed files with 1 additions and 2 deletions
|
|
@ -116,9 +116,8 @@ function post(message, items) {
|
|||
|
||||
function formatMessageForPosting(msg, items) {
|
||||
let body = `*Warning:* ${msg}`;
|
||||
body += '\n\n```\n';
|
||||
body += '\n\n>>>\n';
|
||||
body += items.join('\n');
|
||||
body += '\n```';
|
||||
|
||||
return body;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue