Skip to content

Commit

Permalink
fix(pb-authority-lookup): correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HelenaSabel committed Nov 25, 2024
1 parent 9a6e851 commit 4450e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authority/gnd.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class GND extends Registry {
})
}
if (json.firstAuthor && json.firstAuthor.length > 0) {
json.firtAuthor.map((author) => {
json.firstAuthor.map((author) => {
output.author = author.label;
output.authorId = author.id;
})
Expand Down

0 comments on commit 4450e88

Please sign in to comment.