Comment Updates

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

View File

@@ -127,7 +127,7 @@ export default class SharedEndpoints {
return this.requestWrapper.get('v2/public/announcement'); return this.requestWrapper.get('v2/public/announcement');
} }
async getTimeOffset(): Promise < number > { async getTimeOffset(): Promise<number> {
const start = Date.now(); const start = Date.now();
return this.getServerTime().then(result => { return this.getServerTime().then(result => {
const end = Date.now(); const end = Date.now();