Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Feb 26, 2025
1 parent aca1895 commit 4c88bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Submission/FormOrUploadWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type InputMode = 'form' | 'bulk';
* A wrapper type for a metadata file (TSV) and sequenc file (FASTA) which together
* make up the sequence data.
* The sequenceFile is optional, because Loculus also can be configured to not require
* submission of consensus sequences. If consensus sequences are enabled, the file should be
* submission of consensus sequences. If consensus sequences are enabled, the file should be
* there.
*/
export type SequenceData = {
Expand Down

0 comments on commit 4c88bc4

Please sign in to comment.