You've already forked tf2wikipricing
fix: erroneous brackets
This commit is contained in:
@@ -98,7 +98,7 @@ chrome.runtime.onMessage.addListener(
|
||||
switch (service) {
|
||||
case "prices.tf": {
|
||||
priceUsingPricesTF(token, sku)
|
||||
.then((response) => sendResponse({response}))
|
||||
.then((response) => sendResponse(response))
|
||||
.catch(error => {
|
||||
sendResponse(error);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user