Skip to content

Commit 2d42d35

Browse files
author
Vikas Agarwal
committed
Fixed lint error
1 parent e0d5f02 commit 2d42d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/projectWizard/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export function getProjectCreationTemplateField(product, sectionId, subSectionId
125125
let specification = 'topcoder.v1'
126126
if (product)
127127
specification = typeToSpecification[product]
128-
let sections = require(`../projectQuestions/${specification}`).basicSections
128+
const sections = require(`../projectQuestions/${specification}`).basicSections
129129
const section = _.find(sections, {id: sectionId})
130130
let subSection = null
131131
if (subSectionId && section) {

0 commit comments

Comments
 (0)