mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
HTTP Updater: Only include first commit line
This commit is contained in:
parent
03f49e3a9c
commit
be86cda0e9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue