fix(core): update

This commit is contained in:
2020-06-27 12:50:44 +00:00
parent 751a325c81
commit 359e18f5dc
7 changed files with 2497 additions and 846 deletions

View File

@ -66,9 +66,9 @@ const addCompanyInfo = async (
telephone: companyDataArg.contact.phone,
contactType: 'customer service',
areaServed: 'DE',
availableLanguage: ['en', 'German']
availableLanguage: ['en', 'German'],
},
sameAs: []
sameAs: [],
};
if (companyDataArg.contact.facebookUrl) {