Skip to content

Commit 87b13c1

Browse files
author
Sachin Maheshwari
committed
fixing lint issue.
1 parent 7539fa0 commit 87b13c1

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
@@ -79,5 +79,5 @@ export const REGEX = {
7979
};
8080

8181
export const TOKEN_SCOPES = {
82-
CONNECT_PROJECT_ADMIN: "all:connect_project"
82+
CONNECT_PROJECT_ADMIN: 'all:connect_project',
8383
};

0 commit comments

Comments
 (0)