Skip to content

Commit e34f785

Browse files
committed
fix: review comments
1 parent 49356d6 commit e34f785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export const CONNECT_NOTIFICATION_EVENT = {
309309

310310
export const TEMPLATE_IDS = {
311311
APPLY_COPILOT: 'd-d7c1f48628654798a05c8e09e52db14f',
312-
CREATE_REQUEST: 'd-3efdc91da580479d810c7acd50a4c17f'
312+
CREATE_REQUEST: 'd-3efdc91da580479d810c7acd50a4c17f',
313313
}
314314
export const REGEX = {
315315
URL: /^(http(s?):\/\/)?(www\.)?[a-zA-Z0-9\.\-\_]+(\.[a-zA-Z]{2,15})+(\:[0-9]{2,5})?(\/[a-zA-Z0-9\_\-\s\.\/\?\%\#\&\=;]*)?$/, // eslint-disable-line

0 commit comments

Comments
 (0)