fix: erroneous brackets

This commit is contained in:
xenticore
2025-05-01 20:15:55 -04:00
parent 0610f41938
commit 9d07d76d1f

View File

@@ -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;