From 0d106cfdcd862f1ae64cdae7150c1c20aeb1f049 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 12:32:29 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in c908a54 according to the output from Prettier. Details: None --- front/src/lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/lib/types.ts b/front/src/lib/types.ts index 0e48926..f089c8b 100644 --- a/front/src/lib/types.ts +++ b/front/src/lib/types.ts @@ -21,7 +21,7 @@ export type CartItem = { data: Item; }; -export type CartRecord = Record +export type CartRecord = Record; export type JSONResponse = { data?: {