Skip to content

Commit 7324eb1

Browse files
committedApr 27, 2023
Update index.js
1 parent 341d3d2 commit 7324eb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎index.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@ const {
3333
const {
3434
listForSuite
3535
} = require('./controllers/checks')
36-
3736
/**
3837
* Constants
3938
*/
4039
const {
4140
configFileName,
42-
messages,
43-
events
41+
messages
4442
} = require('./constants.js')
4543
const publicDirectory = path.join(`${__dirname}`, 'public')
4644

0 commit comments

Comments
 (0)
Please sign in to comment.