diff options
Diffstat (limited to 'index.js')
-rwxr-xr-x | index.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,9 +84,9 @@ function commits(gitPath) { author = { name: commit.author().name(), email: commit.author().email() - } + }; } - + var commitData = { sha: commit.sha(), date: commit.date(), |