Skip to content

Commit a76ba2b

Browse files
committed
Adds Blocked Fetch Errors to Status
1 parent ff1bbfc commit a76ba2b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lib/alarms/csfloat_trade_pings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export async function pingTradeStatus(expectedSteamID?: string) {
5757
access_token_steam_id: access?.steam_id,
5858
history_error: errors?.history_error,
5959
trade_offer_error: errors?.trade_offer_error,
60+
blocked_buyers_error: errors?.blocked_buyers_error,
6061
},
6162
{}
6263
);

src/lib/bridge/handlers/ping_extension_status.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export interface PingExtensionStatusRequest {
88
access_token_steam_id?: string | null;
99
history_error?: string | null;
1010
trade_offer_error?: string | null;
11+
blocked_buyers_error?: string | null;
1112
}
1213

1314
export interface PingExtensionStatusResponse {}

0 commit comments

Comments
 (0)