Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeevan-Kishore committed Jun 13, 2024
1 parent 6758316 commit d404e80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions AmpConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2><span class="attribs"><span class="type-signature"></span></span>AmpConfig</
<p class="tag-source">
<a href="index.js.html" class="button">View Source</a>
<span>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line1137">line 1137</a>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line1138">line 1138</a>
</span>
</p>

Expand Down Expand Up @@ -311,7 +311,7 @@ <h5>Parameters:</h5>
<p class="tag-source">
<a href="index.js.html" class="button">View Source</a>
<span>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line1156">line 1156</a>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line1157">line 1157</a>
</span>
</p>

Expand Down Expand Up @@ -431,7 +431,7 @@ <h4 class="name" id="asJson">
<p class="tag-source">
<a href="index.js.html" class="button">View Source</a>
<span>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line1143">line 1143</a>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line1144">line 1144</a>
</span>
</p>

Expand Down
2 changes: 1 addition & 1 deletion global.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h5>Parameters:</h5>
<p class="tag-source">
<a href="index.js.html" class="button">View Source</a>
<span>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line1125">line 1125</a>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line1126">line 1126</a>
</span>
</p>

Expand Down
3 changes: 2 additions & 1 deletion index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,8 @@ <h1>index.js</h1>
}

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", {
Expand Down

0 comments on commit d404e80

Please sign in to comment.