Skip to content

Commit

Permalink
fix: corrects indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HelenaSabel committed Dec 3, 2024
1 parent 9107004 commit 32dcccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/authority/gnd.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export class GND extends Registry {
filter = 'CorporateBody';
break;
case 'work':
filter = 'Work';
break;
filter = 'Work';
break;
default:
filter = 'Person';
break;
Expand Down

0 comments on commit 32dcccb

Please sign in to comment.