Skip to content

Commit

Permalink
Merge pull request #9524 from Freso/freso/9503/fix/dont-autoselect-on…
Browse files Browse the repository at this point in the history
…-uuid

fix: Don’t autoselect identifier for UUIDs
  • Loading branch information
jimchamp authored Jul 12, 2024
2 parents 18c2463 + c9e42c0 commit 9f7257d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openlibrary/components/AuthorIdentifiers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
const identifierPatterns = {
wikidata: /^Q[1-9]\d*$/i,
isni: /^[0]{4} ?[0-9]{4} ?[0-9]{4} ?[0-9]{3}[0-9X]$/i,
storygraph: /^[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$/i,
amazon: /^B[0-9A-Za-z]{9}$/,
youtube: /^@[A-Za-z0-9_\-.]{3,30}/,
}
Expand Down

0 comments on commit 9f7257d

Please sign in to comment.