Skip to content

Commit

Permalink
Bug squashing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunador committed May 18, 2021
1 parent 5d5f8ab commit c5cf53d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spaceTraders.createStructure(type: string, location: string): Promise<CreateStru
Deposit goods from a ship to a structure

```typescript
spaceTraders.depositToStructure(structureId: string, shipId: string, good: Good, quantity: number): Promise<StructureDepositResponse>
spaceTraders.depositToOwnedStructure(structureId: string, shipId: string, good: Good, quantity: number): Promise<StructureDepositResponse>
```

### [getAvailableStructures](https://spacetraders.io/docs/structures)
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
StatusResponse,
StructureDepositResponse,
StructureTransferResponse,
SystemsResponse,
TokenResponse,
} from './types'
import { asyncSleep, asyncWrap } from './utils'
Expand Down

0 comments on commit c5cf53d

Please sign in to comment.