Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Regex updated for the affix.
  • Loading branch information
hanoak20 committed Feb 17, 2024
commit 21b94285b245667f990413611b9e62ea8f818799
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ export const CONTENT_TYPE_POPULATE_FIELDS =
export const PROJECT_UNSELECTED_FIELDS =
"-content_mapper -legacy_cms -destination_stack_id -execution_log";
export const EXCLUDE_CONTENT_MAPPER = "-content_mapper -execution_log";
export const AFFIX_REGEX = /^[a-zA-Z][a-zA-Z0-9]{0,4}$/;
export const AFFIX_REGEX = /^[a-zA-Z][a-zA-Z0-9]{1,4}$/;