We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1bbfc commit a76ba2bCopy full SHA for a76ba2b
src/lib/alarms/csfloat_trade_pings.ts
@@ -57,6 +57,7 @@ export async function pingTradeStatus(expectedSteamID?: string) {
57
access_token_steam_id: access?.steam_id,
58
history_error: errors?.history_error,
59
trade_offer_error: errors?.trade_offer_error,
60
+ blocked_buyers_error: errors?.blocked_buyers_error,
61
},
62
{}
63
);
src/lib/bridge/handlers/ping_extension_status.ts
@@ -8,6 +8,7 @@ export interface PingExtensionStatusRequest {
8
access_token_steam_id?: string | null;
9
history_error?: string | null;
10
trade_offer_error?: string | null;
11
+ blocked_buyers_error?: string | null;
12
}
13
14
export interface PingExtensionStatusResponse {}
0 commit comments