Skip to content

Commit

Permalink
Update get batch
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-el committed Nov 15, 2023
1 parent 95ec92c commit b78db89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/browser-tracker-core/src/tracker/out_queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export function OutQueueManager(

if (!postable(outQueue)) {
// If not postable then it's a GET so just send it
setXhrCallbacks(xhr, numberToSend, [outQueue[0]]);
setXhrCallbacks(xhr, numberToSend, [url]);
xhr.send();
} else {
let batch = outQueue.slice(0, numberToSend);
Expand Down

0 comments on commit b78db89

Please sign in to comment.