From d404e80e1147c16bf10d01e7b237b1b5acb25252 Mon Sep 17 00:00:00 2001 From: Jeevan Kishore Date: Thu, 13 Jun 2024 15:29:00 +0530 Subject: [PATCH] Updates --- AmpConfig.html | 6 +++--- global.html | 2 +- index.js.html | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/AmpConfig.html b/AmpConfig.html index f396617..dcc81cf 100644 --- a/AmpConfig.html +++ b/AmpConfig.html @@ -138,7 +138,7 @@

AmpConfig View Source - index.js, line 1137 + index.js, line 1138

@@ -311,7 +311,7 @@

Parameters:

View Source - index.js, line 1156 + index.js, line 1157

@@ -431,7 +431,7 @@

View Source - index.js, line 1143 + index.js, line 1144

diff --git a/global.html b/global.html index 91ef60f..d7a5f5c 100644 --- a/global.html +++ b/global.html @@ -364,7 +364,7 @@

Parameters:

View Source - index.js, line 1125 + index.js, line 1126

diff --git a/index.js.html b/index.js.html index ee80cac..9ed1821 100644 --- a/index.js.html +++ b/index.js.html @@ -1119,7 +1119,8 @@

index.js

} async getInBulk(requests) { - const requestHash = hash(requests); + const config = await this.getConfig(); + const requestHash = hash({ ...requests, ...{ publisherId: config["publisher-id"] } }); async function getBulkLocation() { const response = await this.request("/api/v1/bulk-request", {