Merge pull request #22 from Fluffy-Bean/deepsource-transform-55207195

style: format code with Prettier
This commit is contained in:
Michał 2024-05-16 13:33:05 +01:00 committed by GitHub
commit 261939b445
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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