task: prettier

This commit is contained in:
Zaiste
2021-05-18 14:20:07 +02:00
parent bf68f6aff7
commit 4a652a9b6a
56 changed files with 635 additions and 1480 deletions

View File

@@ -13,8 +13,7 @@ async function getCustomerId({
const { data } = await config.fetch(query.CustomerOne, {
variables: {
customerAccesToken:
customerAccesToken || Cookies.get(config.customerCookie),
customerAccesToken: customerAccesToken || Cookies.get(config.customerCookie),
},
})