Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwhitt committed Sep 12, 2023
1 parent 55123f3 commit 62cc49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/plugins/openlibrary/js/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export function validateIdentifiers(data) {
validId = validateIsbn10(data, dataConfig, label);
}
else if (data.name === 'isbn_13') {
validId = validateIsbn13(data, dataConfig, label)
validId = validateIsbn13(data, dataConfig, label);
}
else if (data.name === 'lccn') {
validId = validateLccn(data, dataConfig, label);
Expand Down

0 comments on commit 62cc49c

Please sign in to comment.