use authorId if not empty and not found

This commit is contained in:
Christoph Wagner 2025-03-27 17:00:05 +01:00
parent a0e70b4c4b
commit 7d01bd769c

View File

@ -10,7 +10,9 @@
(assoc-ref author "death_year") (assoc-ref author "death_year")
(assoc-ref author "organization") (assoc-ref author "organization")
) )
"unbekannt"))) (if (string-null? authorId)
"unbekannt"
authorId))))
#(define (find-author-ids-by contributionType authors) #(define (find-author-ids-by contributionType authors)
(if authors (if authors