Skip to content

Commit

Permalink
remove unused transfer status PREPARING_SEED
Browse files Browse the repository at this point in the history
  • Loading branch information
berkanteber committed Feb 16, 2022
1 parent bdb3204 commit d6e900e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resources/Transfers/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ type TransferStatus =
| 'SEEDING'
| 'COMPLETED'
| 'ERROR'
| 'PREPARING_SEED'

type TransferLink = { url: string; label: string }

Expand Down

0 comments on commit d6e900e

Please sign in to comment.