Skip to content

Commit

Permalink
Misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abrynos committed May 28, 2024
1 parent 1383e82 commit 407a531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ private void InitializeMeter() {
kv.Value.ConfirmedOffers,
new KeyValuePair<string, object?>(TagNames.BotName, kv.Key.BotName),
new KeyValuePair<string, object?>(TagNames.SteamID, kv.Key.SteamID),
new KeyValuePair<string, object?>(TagNames.TradeOfferResult, "2fa_confirmed")
new KeyValuePair<string, object?>(TagNames.TradeOfferResult, "confirmed")
)
]
),
Expand Down

0 comments on commit 407a531

Please sign in to comment.