From 5a968f79a92eee7a9f617791044221a44cec6a5d Mon Sep 17 00:00:00 2001 From: peepopoggers <72892531+peepopoggers@users.noreply.github.com> Date: Wed, 3 Feb 2021 19:54:01 +0000 Subject: [PATCH] Comment Updates --- src/shared-endpoints.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared-endpoints.ts b/src/shared-endpoints.ts index dbb4bc9..fe7daed 100644 --- a/src/shared-endpoints.ts +++ b/src/shared-endpoints.ts @@ -113,7 +113,7 @@ export default class SharedEndpoints { return this.requestWrapper.get('v2/private/wallet/withdraw/list', params); } - /** + /** * * API Data Endpoints * @@ -127,7 +127,7 @@ export default class SharedEndpoints { return this.requestWrapper.get('v2/public/announcement'); } - async getTimeOffset(): Promise < number > { + async getTimeOffset(): Promise { const start = Date.now(); return this.getServerTime().then(result => { const end = Date.now();