6430 Part 1: remove all raw queries from the messaging and calendar modules (#6572)
Part 1 of #6430 - Remove all repositories which contained raw queries in `messaging` module - Replace them using `twentyORMManager`
This commit is contained in:
@ -157,7 +157,7 @@ export class CreateCompanyService {
|
||||
};
|
||||
}
|
||||
|
||||
private async createCompanyMap(companies: CompanyWorkspaceEntity[]) {
|
||||
private createCompanyMap(companies: CompanyWorkspaceEntity[]) {
|
||||
return companies.reduce(
|
||||
(acc, company) => {
|
||||
if (!company.domainName) {
|
||||
|
||||
Reference in New Issue
Block a user