This commit is contained in:
konrad 2018-01-16 12:36:50 +01:00 committed by kolaente
parent f00f473df5
commit ac78d311a8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ func AddOrUpdateBook(book Book) (newBook Book, err error) {
if !exists {
// We have to insert authors on this inperformant way, because we need the ne ids afterwards
// We have to insert authors on this inperformant way, because we need the new ids afterwards
insertedAuthor, err := AddOrUpdateAuthor(author)
if err != nil {