Skip to content

Commit 6a33fb7

Browse files
committed
unnecessary
1 parent 79e0c69 commit 6a33fb7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

server/controllers/AutomationController.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ const {
1818
findOrCreateBrowserVersion
1919
} = require('../models/services/BrowserService');
2020
const { HttpQueryError } = require('apollo-server-core');
21-
const {
22-
COLLECTION_JOB_STATUS,
23-
isJobStatusFinal,
24-
AUTOMATION_SERVICE
25-
} = require('../util/enums');
21+
const { COLLECTION_JOB_STATUS, isJobStatusFinal } = require('../util/enums');
2622
const populateData = require('../services/PopulatedData/populateData');
2723
const {
2824
getFinalizedTestResults

0 commit comments

Comments
 (0)