Fix typo in command (#15818)

as title
This commit is contained in:
martmull
2025-11-14 11:42:26 +01:00
committed by GitHub
parent 4dd6edb35a
commit df58f4102e
@@ -41,7 +41,9 @@ export class CreateTwentyStandardApplicationCommand extends ActiveOrSuspendedWor
const existingApplications = await this.applicationRepository.find({
where: {
workspaceId,
universalIdentifier: In([TWENTY_STANDARD_APPLICATION]),
universalIdentifier: In([
TWENTY_STANDARD_APPLICATION.universalIdentifier,
]),
},
});