fix: comment trademark api request

This commit is contained in:
Gérard Le Cloerec 2021-04-09 10:36:07 +02:00
parent 164db10e08
commit 472177cc04

View File

@ -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