HTTP Updater: Only include first commit line

main
Nuckyz 8 months ago
parent 6a7657de3f
commit bf9a225038
No known key found for this signature in database
GPG Key ID: 440BF8296E1C4AD9

@ -53,7 +53,7 @@ async function calculateGitChanges() {
// github api only sends the long sha
hash: c.sha.slice(0, 7),
author: c.author.login,
message: c.commit.message
message: c.commit.message.substring(c.commit.message.indexOf("\n") + 1)
}));
}

Loading…
Cancel
Save