mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-26 17:36:15 +00:00
style: format code with Prettier
This commit fixes the style issues introduced in e0969ae
according to the output
from Prettier.
Details: https://github.com/Fluffy-Bean/TastyBites/pull/10
This commit is contained in:
parent
e0969ae66f
commit
77dcc3430a
|
@ -130,7 +130,6 @@ export async function postVerifyCart(
|
|||
Object.entries(currentCartData).forEach(([uuid, currentData]) => {
|
||||
verifiedItems.forEach((verifiedItem: Item) => {
|
||||
if (verifiedItem.uuid === uuid) {
|
||||
|
||||
newCartData[uuid] = {
|
||||
amount: currentData.amount,
|
||||
data: verifiedItem,
|
||||
|
|
Loading…
Reference in a new issue