feat(SW-543): restore requests
This commit is contained in:
@@ -95,7 +95,7 @@ import type {
|
||||
} from "@/types/trpc/routers/contentstack/siteConfig"
|
||||
import type { Lang } from "@/constants/languages"
|
||||
|
||||
export const getContactConfig = cache(async (lang: Lang) => {
|
||||
const getContactConfig = cache(async (lang: Lang) => {
|
||||
getContactConfigCounter.add(1, { lang })
|
||||
console.info(
|
||||
"contentstack.contactConfig start",
|
||||
|
||||
Reference in New Issue
Block a user