Skip to content

Commit

Permalink
skip ping
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpatrick committed Oct 16, 2024
1 parent e417313 commit 32c6198
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/track.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class TrackAPI {

let sclVal = -1;
let cslVal = -1;
/*
try {
const [sclRes, csl] = await Promise.all([
Http.request({
Expand All @@ -126,6 +127,7 @@ class TrackAPI {
} catch (err) {
// do nothing, send scl = -1 and csl = -1
}
*/

const payload = {
payload: JSON.stringify({
Expand Down

0 comments on commit 32c6198

Please sign in to comment.