From 472177cc043985521245497e8f4f78cd7d2956bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Le=20Cloerec?= Date: Fri, 9 Apr 2021 10:36:07 +0200 Subject: [PATCH] fix: comment trademark api request --- framework/aquilacms/common/get-site-info.ts | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/framework/aquilacms/common/get-site-info.ts b/framework/aquilacms/common/get-site-info.ts index 709d09049..f1727d806 100644 --- a/framework/aquilacms/common/get-site-info.ts +++ b/framework/aquilacms/common/get-site-info.ts @@ -43,19 +43,19 @@ async function getSiteInfo({ }, }), }), - config.storeApiFetch('/v2/trademarks', { - method: 'POST', - body: JSON.stringify({ - PostBody: { - limit: 10, - structure: { - _id: 1, - name: 1, - code: 1, - }, - }, - }), - }), + // config.storeApiFetch('/v2/trademarks', { + // method: 'POST', + // body: JSON.stringify({ + // PostBody: { + // limit: 10, + // structure: { + // _id: 1, + // name: 1, + // code: 1, + // }, + // }, + // }), + // }), ]) const categories = p1.datas