diff --git a/src/request.dev.js b/src/request.dev.js index 079f46a..77a911f 100644 --- a/src/request.dev.js +++ b/src/request.dev.js @@ -261,7 +261,7 @@ Console.info(`PLATFORM: ${PLATFORM}`); } }); Console.debug(`fixLocation: ${fixLocation}`); - //if (fixLocation) delete body?.queryContext?.location; + if (fixLocation) delete body?.queryContext?.location; Console.debug(`body: ${JSON.stringify(body, null, 2)}`); rawBody = SiriPegasusRequest.toBinary(body); break;