Skip to content

Commit

Permalink
Merge pull request #46 from putdotio/remove-preparing-seed
Browse files Browse the repository at this point in the history
remove unused transfer status `PREPARING_SEED`
  • Loading branch information
altaywtf committed Feb 16, 2022
2 parents bdb3204 + d6e900e commit 0fd63fe
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 0fd63fe

Please sign in to comment.