Skip to content

Commit 8cd4764

Browse files
committed
[DOP-29475] Fix filenameTemplate pattern
1 parent a186718 commit 8cd4764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/** Regexp to filename template, which must include `{extension}` and `{index}` placeholder (e.g. qwerty_{index}.{extension}) */
22
export const FILE_NAME_TEMPLATE_PATTERN =
3-
/^(?=.*\{index\})(?=.*\{extension\})([\w\d.\-]*\{(?:index|extension|run_created_at|run_id)\}[a-zA-Z0-9._\-]*)*$/iu;
3+
/^(?=.*\{index\})(?=.*\{extension\})([\w\d.\-]*\{(?:index|extension|run_created_at|run_id)\}[\w\d.\-]*)*$/iu;

0 commit comments

Comments
 (0)