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