propper arrays
This commit is contained in:
parent
fc3ed486fb
commit
817a367367
|
@ -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
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue