summary refs log tree commit diff
path: root/src/api/routes/store/published-listings/skus.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-26 22:29:30 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-26 22:41:21 +1000
commitdbaf39237ae3a41b6b1ac6a6cd3486129599b815 (patch)
tree350cca4889d0804445eddbd8467d274b27307776 /src/api/routes/store/published-listings/skus.ts
parentRemove the cdn storage location log (diff)
downloadserver-dbaf39237ae3a41b6b1ac6a6cd3486129599b815.tar.xz
Prettier
Diffstat (limited to 'src/api/routes/store/published-listings/skus.ts')
-rw-r--r--src/api/routes/store/published-listings/skus.ts20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/api/routes/store/published-listings/skus.ts b/src/api/routes/store/published-listings/skus.ts
index 060a4c3d..6156f43e 100644
--- a/src/api/routes/store/published-listings/skus.ts
+++ b/src/api/routes/store/published-listings/skus.ts
@@ -41,29 +41,29 @@ router.get("/:id", route({}), async (req: Request, res: Response) => {
 				publishers: [
 					{
 						id: "",
-						name: ""
-					}
+						name: "",
+					},
 				],
 				developers: [
 					{
 						id: "",
-						name: ""
-					}
+						name: "",
+					},
 				],
 				system_requirements: {},
 				show_age_gate: false,
 				price: {
 					amount: 0,
-					currency: "EUR"
+					currency: "EUR",
 				},
-				locales: []
+				locales: [],
 			},
 			tagline: "",
 			description: "",
 			carousel_items: [
 				{
-					asset_id: ""
-				}
+					asset_id: "",
+				},
 			],
 			header_logo_dark_theme: {}, //{id: "", size: 4665, mime_type: "image/gif", width 160, height: 160}
 			header_logo_light_theme: {},
@@ -71,8 +71,8 @@ router.get("/:id", route({}), async (req: Request, res: Response) => {
 			thumbnail: {},
 			header_background: {},
 			hero_background: {},
-			assets: []
-		}
+			assets: [],
+		},
 	}).status(200);
 });