propper arrays
This commit is contained in:
parent
fc3ed486fb
commit
817a367367
|
@ -192,8 +192,8 @@ const githubEvents = {
|
|||
|
||||
return {
|
||||
content: {
|
||||
text: committer + ' pushed ' + commits.length + ' commits.',
|
||||
attachments: [atts]
|
||||
text: committer + ' pushed ' + commits.length + ' commit(s).',
|
||||
attachments: atts
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue