From c5cf53d6f876f6d1ff8a8cf9e4337ef57cab41df Mon Sep 17 00:00:00 2001 From: Steven Lewis Date: Tue, 18 May 2021 10:58:49 -0400 Subject: [PATCH] Bug squashing --- README.md | 2 +- src/index.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 034dd71..9f2aaa5 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ spaceTraders.createStructure(type: string, location: string): Promise +spaceTraders.depositToOwnedStructure(structureId: string, shipId: string, good: Good, quantity: number): Promise ``` ### [getAvailableStructures](https://spacetraders.io/docs/structures) diff --git a/src/index.ts b/src/index.ts index 2908765..7d14807 100644 --- a/src/index.ts +++ b/src/index.ts @@ -28,7 +28,6 @@ import { StatusResponse, StructureDepositResponse, StructureTransferResponse, - SystemsResponse, TokenResponse, } from './types' import { asyncSleep, asyncWrap } from './utils'