mirror of
https://github.com/twentyhq/twenty.git
synced 2026-05-24 08:22:01 -04:00
Merge branch 'main' into feat/graphql-relation-traversal-filters-frontend
This commit is contained in:
@@ -82,6 +82,7 @@ export class ApplicationService {
|
||||
const workspace = isDefined(workspaceInput)
|
||||
? workspaceInput
|
||||
: await this.workspaceRepository.findOne({
|
||||
select: ['id', 'workspaceCustomApplicationId'],
|
||||
where: {
|
||||
id: workspaceId,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user