propper arrays

This commit is contained in:
Vladimir Vitkov 2022-08-12 11:57:58 +03:00
parent fc3ed486fb
commit 817a367367
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,8 @@ const githubEvents = {
return { return {
content: { content: {
text: committer + ' pushed ' + commits.length + ' commits.', text: committer + ' pushed ' + commits.length + ' commit(s).',
attachments: [atts] attachments: atts
} }
}; };
} }