Refactor login (#748)
* wip refactor login * wip refactor login * Fix lint conflicts * Complete Sign In only * Feature complete * Fix test * Fix test
This commit is contained in:
@ -46,6 +46,6 @@ export class CompanyService {
|
||||
data: companies,
|
||||
});
|
||||
|
||||
return this.findMany({ where: { workspaceId }});
|
||||
return this.findMany({ where: { workspaceId } });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user