Use typescript standard and lint all files
This commit is contained in:
parent
46757b477c
commit
df98563e21
143 changed files with 2016 additions and 1949 deletions
|
@ -144,7 +144,7 @@ function getModelFiles (modelDirectory: string, callback: (err: Error, filePaths
|
|||
|
||||
return eachCallback(null)
|
||||
})
|
||||
}, function(err: Error) {
|
||||
}, function (err: Error) {
|
||||
return callback(err, modelFilePaths)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue