remove debug
All checks were successful
deploy / deploy (push) Successful in 47s

This commit is contained in:
Lee
2023-10-18 03:15:49 +01:00
parent e9616c8d4c
commit 375820c945
2 changed files with 0 additions and 3 deletions

View File

@ -78,7 +78,6 @@ const setCacheIfNeeded = (response, cacheKey, cacheTtl) => {
export async function fetchUrl(url, options = {}, cors = true) {
try {
console.log(ssrConfig.name);
const response = await fetch(url, {
...options,
headers: {