style: format code with Prettier

This commit fixes the style issues introduced in c908a54 according to the output
from Prettier.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-05-16 12:32:29 +00:00 committed by GitHub
parent c908a544aa
commit 0d106cfdcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ export type CartItem = {
data: Item; data: Item;
}; };
export type CartRecord = Record<string, CartItem> export type CartRecord = Record<string, CartItem>;
export type JSONResponse = { export type JSONResponse = {
data?: { data?: {