Skip to content

Commit

Permalink
Revert "Update request.dev.js"
Browse files Browse the repository at this point in the history
This reverts commit 09d296e.
  • Loading branch information
VirgilClyne committed Dec 18, 2024
1 parent 09d296e commit 3c37973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3c37973

Please sign in to comment.