Skip to content

Commit

Permalink
fix added regex to template-columns query (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Nov 7, 2023
2 parents ec64afc + addc854 commit e595810
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class GetTemplateColumns {
async execute(_templateId: string) {
return this.columnRepository.find(
{ _templateId },
'_id name key type alternateKeys isRequired isUnique selectValues dateFormats sequence'
'_id name key type alternateKeys isRequired isUnique selectValues regex dateFormats sequence'
);
}
}

0 comments on commit e595810

Please sign in to comment.