Skip to content

Commit 332a73c

Browse files
committed
linting fixes
1 parent b98259e commit 332a73c

File tree

12 files changed

+147
-203
lines changed

12 files changed

+147
-203
lines changed

browserstack-report-action/config/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
USERNAME: 'username',
1818
ACCESS_KEY: 'access-key',
1919
BUILD_NAME: 'build-name',
20-
TIMEOUT: 'report-timeout'
20+
TIMEOUT: 'report-timeout',
2121
},
2222

2323
// Report statuses
@@ -41,7 +41,7 @@ module.exports = {
4141
GITHUB_ACTIONS: 'github-actions',
4242
},
4343

44-
//REPORT_REQUEST_STATE
44+
// REPORT_REQUEST_STATE
4545
REPORT_REQUEST_STATE: {
4646
FIRST: 'FIRST',
4747
POLL: 'POLL',

0 commit comments

Comments
 (0)