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 3198dec
according to the output
from Prettier.
Details: None
This commit is contained in:
parent
3198dec20c
commit
e95b0e04ab
|
@ -17,7 +17,8 @@ function createCartStore() {
|
|||
}
|
||||
|
||||
try {
|
||||
const newData: Record<string, CartItem> = await postVerifyCart(localData);
|
||||
const newData: Record<string, CartItem> =
|
||||
await postVerifyCart(localData);
|
||||
cart.set(newData);
|
||||
} catch (error) {
|
||||
console.error("Could not load basket:", error);
|
||||
|
|
Loading…
Reference in a new issue