This commit is contained in:
konrad 2017-11-17 11:41:18 +01:00 committed by kolaente
parent 9016443409
commit 5a48f62ce2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ func GetAuthorsByBook(bookID int64) (authors []Author, err error) {
}
return authors, err
}
}