Skip to content

Commit 8d1d428

Browse files
author
Vikas Agarwal
committed
Fixed lint errors
1 parent 1f5751c commit 8d1d428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ export const PROJECT_TYPE = {
44
GENERIC: 'generic',
55
VISUAL_PROTOTYPE: 'visual_prototype',
66
VISUAL_DESIGN: 'visual_design',
7-
WEBSITE : 'website',
7+
WEBSITE: 'website',
88
APP: 'app',
99
QUALITY_ASSURANCE: 'quality_assurance',
10-
CHATBOT: 'chatbot'
10+
CHATBOT: 'chatbot',
1111
};
1212

1313
export const PROJECT_STATUS = {

0 commit comments

Comments
 (0)