Skip to content

Commit f1e0e1f

Browse files
committed
improve interview create time validation
1 parent b0b07a9 commit f1e0e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const Interviews = {
9494
Saturday: 'S',
9595
Sunday: 'U'
9696
},
97-
StartEndRegex: /^[0-9]{1,2}:[0-9]{2}$/
97+
StartEndRegex: /^[0-9]{2}:[0-9]{2}$/
9898
}
9999
}
100100

0 commit comments

Comments
 (0)