chore: Apply linting fixes
This commit is contained in:
committed by
mrugesh mohapatra
parent
25fd85b321
commit
74e6e6ffc1
@ -16,7 +16,7 @@ function generateCurriculum(done) {
|
||||
fs.writeFile(
|
||||
`./build/curriculum-${locale}.json`,
|
||||
JSON.stringify(curriculum)
|
||||
)
|
||||
);
|
||||
})
|
||||
.then(done);
|
||||
}
|
||||
|
Reference in New Issue
Block a user