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 = "") => {