From 518ce7d22c3933b909eb73a140c5f9017706fcc9 Mon Sep 17 00:00:00 2001 From: bgharbi Date: Sun, 17 Sep 2023 12:24:59 +0200 Subject: [PATCH] use ssr context --- workspaces/cms-utils/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/workspaces/cms-utils/src/index.ts b/workspaces/cms-utils/src/index.ts index c3fec7db3f..7710d25b4f 100644 --- a/workspaces/cms-utils/src/index.ts +++ b/workspaces/cms-utils/src/index.ts @@ -64,7 +64,6 @@ export async function getJSON( ): Promise { const res = await context.env.ASSETS.fetch(new URL("/" + src + ".json", "http://localhost:3000")) return res.json() - } export const convertStringTagsToArray = (commaSeperatedTags: string = "") => {