Fix record position on contact creation (#5227)
Fix record position on contact creation --------- Co-authored-by: Weiko <corentin@twenty.com>
This commit is contained in:
@ -85,7 +85,7 @@ export class CreateCompanyService {
|
||||
|
||||
const { name, city } = await this.getCompanyInfoFromDomainName(domainName);
|
||||
|
||||
this.companyRepository.createCompany(
|
||||
await this.companyRepository.createCompany(
|
||||
workspaceId,
|
||||
{
|
||||
id: companyId,
|
||||
|
||||
Reference in New Issue
Block a user