@lifeready/core 1.1.14 → 1.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -627,7 +627,7 @@
627
627
  handleApolloError(res.errors);
628
628
  serverTime = parseInt(res.data.serverTime.timestamp, 10);
629
629
  roundtrip = end - start;
630
- this.offsetMs = serverTime - (start + roundtrip / 2);
630
+ this.offsetMs = Math.round(serverTime - (start + roundtrip / 2));
631
631
  if (!this.VERIFY_ENABLED) return [3 /*break*/, 3];
632
632
  return [4 /*yield*/, this.verifyCognito()];
633
633
  case 2: