mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-22 01:46:15 +00:00
Merge pull request #6 from Fluffy-Bean/deepsource-transform-bf6dd641
style: format code with Prettier
This commit is contained in:
commit
d9e95ebda4
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ function createCartStore() {
|
|||
await getItemByUUID(uuid).then((data: Item) => {
|
||||
cart.update((cart: Record<string, CartItem>) =>
|
||||
Object.assign({}, cart, {
|
||||
[uuid]: {uuid, amount, data},
|
||||
[uuid]: { uuid, amount, data },
|
||||
})
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue