Fix !changelog, fix bug in logger and typo in !mod namehistory

This commit is contained in:
runebaas 2018-05-04 00:55:32 +02:00
parent 8599c815d7
commit 290b85fdb6
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
5 changed files with 6 additions and 4 deletions

View file

@ -2,7 +2,7 @@
{
public class CommitInfoDto
{
public CommitAuthorDto AuthorDto { get; set; }
public CommitAuthorDto Author { get; set; }
public string Message { get; set; }
}
}