Skip to content

Commit 200a71f

Browse files
committed
change bridger threshold to 500
1 parent 5495554 commit 200a71f

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

dist/engrid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* ENGRID PAGE TEMPLATE ASSETS
2121
*
22-
* Date: Thursday, November 13, 2025 @ 07:59:19 ET
22+
* Date: Thursday, November 13, 2025 @ 08:00:35 ET
2323
* By: michael
2424
* ENGrid styles: v0.23.0
2525
* ENGrid scripts: v0.23.2

dist/engrid.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* ENGRID PAGE TEMPLATE ASSETS
1919
*
20-
* Date: Thursday, November 13, 2025 @ 07:59:19 ET
20+
* Date: Thursday, November 13, 2025 @ 08:00:35 ET
2121
* By: michael
2222
* ENGrid styles: v0.23.0
2323
* ENGrid scripts: v0.23.2
@@ -26976,7 +26976,7 @@ class Bridger {
2697626976

2697726977
_defineProperty(this, "key", "-CDxXc3SdzG6a_LLJGKA_p3qJMnZnnsH3DLDGeK97nwXAzFuFmfh5g==");
2697826978

26979-
_defineProperty(this, "bridgerAmountThreshold", window.BridgerAmountThreshold || 10000);
26979+
_defineProperty(this, "bridgerAmountThreshold", window.BridgerAmountThreshold || 500);
2698026980

2698126981
if (!this.shouldRun()) return;
2698226982
this.createBridgerSearchRecord();

dist/engrid.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/engrid.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scripts/Bridger.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export class Bridger {
1515
"https://wwfusprdenbridgercheckeus1.azurewebsites.net/api/createsearch";
1616
private key: string =
1717
"-CDxXc3SdzG6a_LLJGKA_p3qJMnZnnsH3DLDGeK97nwXAzFuFmfh5g==";
18-
private bridgerAmountThreshold: number =
19-
window.BridgerAmountThreshold || 10000;
18+
private bridgerAmountThreshold: number = window.BridgerAmountThreshold || 500;
2019

2120
constructor() {
2221
if (!this.shouldRun()) return;

0 commit comments

Comments
 (0)