Skip to content

Commit

Permalink
chore(website): delete forgotten comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer committed May 22, 2024
1 parent e2ab8e4 commit 2331a26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/src/services/lapisClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export class LapisClient extends ZodiosWrapperClient<typeof lapisApi> {

public getSequenceEntryVersionDetails(accessionVersion: string) {
return this.call('details', {
// why?
[this.schema.primaryKey]: accessionVersion,
});
}
Expand Down

0 comments on commit 2331a26

Please sign in to comment.