Skip to content

Commit

Permalink
use ssr context
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatedByBdr committed Sep 17, 2023
1 parent 8890e39 commit 518ce7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workspaces/cms-utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export async function getJSON(
): Promise<any> {
const res = await context.env.ASSETS.fetch(new URL("/" + src + ".json", "http://localhost:3000"))
return res.json()

}

export const convertStringTagsToArray = (commaSeperatedTags: string = "") => {
Expand Down

0 comments on commit 518ce7d

Please sign in to comment.