Comment Updates

This commit is contained in:
peepopoggers
2021-02-03 19:54:01 +00:00
parent e8bc931bf1
commit 5a968f79a9

View File

@@ -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<number> {
const start = Date.now();
return this.getServerTime().then(result => {
const end = Date.now();